Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try the GeneralizedHoughTransform. There seem to be two implementations, but I'm not sure of the differences or which would be better for what tasks. In general, this does exactly what you want.

Try the GeneralizedHoughTransform. There seem to be two implementations, but I'm not sure of the differences or which would be better for what tasks. In general, this does exactly what you want.

It seems you want to use cv::createGeneralizedHoughGuil which detects position, traslation and rotation. The other one just detects position.