How can I get the accumulator matrix from a Hough Transform?

asked 2018-07-19 22:22:02 -0600

DrBob gravatar image

During the hough transform a sinogram image is created from the source image. This 'sinogram' or 'accumulator' seems to be discarded after the transform. I want to keep it. Where is it?

edit retag flag offensive close merge delete

Comments

currently, you can't, it is indeed discarded. you will have to modify the api, and recompile opencv libs, or come up with your own code.

berak gravatar imageberak ( 2018-07-20 02:12:31 -0600 )edit