Accumulator array in Hough transform

asked 2018-03-18 06:44:56 -0600

csthakur gravatar image

updated 2020-10-10 07:57:55 -0600

I want to detect the horizontal and vertical lines in the image of a solar panel and straighten them so that the panel is no longer tilted.For accomplishing this i'm using Hough transform,for this I need to know the values of the accumulator array.The command cv2.HoughLines gives an array of rho, theta values but not the votes obtained . How do I obtain the accumulator array?

Image

edit retag flag offensive close merge delete

Comments

currently, this is not possible at all, but as it happens, someone right now is trying to add that functionality !

berak gravatar imageberak ( 2018-03-18 09:49:58 -0600 )edit