Ask Your Question
0

What does this mean in Opencv Documentation

asked 2013-10-29 05:24:26 -0600

joeish80829 gravatar image

Im trying to understand goodFeaturesToTrack and in the documention at this link:

http://docs.opencv.org/modules/imgproc/doc/feature_detection.html?highlight=goodf#goodfeaturestotrack

it says "

Note

If the function is called with different values A and B of the parameter qualityLevel , and A > {B}, the vector of returned corners with qualityLevel=A will be the prefix of the output vector with qualityLevel=B . "

is A > {B} just a is greater than b or does it mean something else

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-10-29 05:55:58 -0600

It is a function that defines a map of cornerness response!

As feature, gradient information is frequently used. This function defines how descriminate this pixel location is for the scene/object. You should read through the paper discussing it:

J. Shi and C. Tomasi. Good Features to Track. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 593-600, June 1994.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-10-29 05:24:26 -0600

Seen: 122 times

Last updated: Oct 29 '13