Hi STeven,
I have been trying to reproduce the fiducial module so that I can explain it. Your help file is super, and I looked at your references.
Here are my guesses so far:
First do thresholding and binarize the image.
Do a erode/dilate (or open) to clean up the image.
Then do a blob filter cutting on Min and Max size (as per the fiducial module) I also cut on Quadrilateral perimeter but this is just a guess?
This picks up the fiducial pretty well.
Now I look at the Hu Moments and calculate the RMS between these and the hu moments of the of the training image. I cut based on the sum of the RMS distances.
The orientation of the image is pulled from the difference between the orientation moment of the image and the test image.
However, this doesn't fix the angle ambiguity problem.
Am I close? Totally on the wrong track?
Thanks!!!!!!
profmason
|
|