Hi all,
I need houghlines accumulations to further calculate confidences of my results. I found that cv2.houghLines accepts a vector as input to access the votes, but I don’t know how to construct such a vector in Python (with OpenCV 4.5.1). Could you please help me to construct it?
Thanks in advance.