Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to utilize opencv3.1.0's GeneralizedHough

I am wondering if it is possible to actually use the Generalized Houghtransform which is available in version 3.1.0.

How can I perform generalized Hough transform in python? The generalizedHough is different from, for example, functions like HoughLines. It can not be simply called. Something is missing, to be able to simply access it with a one-line python call (its called wrapper? the thing which is missing?)

click to hide/show revision 2
retagged

updated 2016-09-05 00:40:08 -0600

berak gravatar image

How to utilize opencv3.1.0's GeneralizedHough

I am wondering if it is possible to actually use the Generalized Houghtransform which is available in version 3.1.0.

How can I perform generalized Hough transform in python? The generalizedHough is different from, for example, functions like HoughLines. It can not be simply called. Something is missing, to be able to simply access it with a one-line python call (its called wrapper? the thing which is missing?)