Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Detect if obect present in image

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

Detect if obect object present in imageimage | how to detect whether an object is found?

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 How can I measure the confidence, that this is the correct object found?

Thanks in advance