Hi. I try to find a object in a picture. I tiried the openCV Example: Features2D + Homography to find a known object (http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html)
This works quiet well. My Idea is to have some pictures saved as template. Now I turn the Camera in space to detect this features.
Now I'm asking myself 1.) how can I measure that this object has been found? 2.) The confidence, that this is the correct object found?
Thanks in advance