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.
2 | No.2 Revision |
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.