I don't need a working solution, but I'm looking for someone who can push me in the right direction with helpful hints / links:
I have an image with a fiducial in it (maybe, for example, a cross or a point or any simple geometry). The image source itself is lit in such a way that a person will not like the resulting image, but the contrast for fiducial is very good. Then I have a clear geometric description of this fiducial (vector data format) and its nominal position.
Now I want OpenCV to detect fiducial in the image and return to me its real current position (and rotation for the fiducials where possible).
How can this be done with OpenCV? The tutorials that I found always use complex templates, such as faces and images, that are not optimized for the fiducial definition itself, so they all use very sophisticated teaching / description methods.
source share