Is it possible to detect a crash test dummy marker using opencv?
I'm trying to detect a crash test dummy marker, using a kinect. Here is the marker. If anyone has any suggestion please share.
First idea that comes to my mind is the matchTemplate function.
However it won't check for different orientations, so you might need to check for the sign with different orientations.
matchTemplate won't check for different size too.