Ask Your Question
2

KeyPoint size

asked 2013-02-12 13:13:42 -0600

Bomber19 gravatar image

updated 2013-02-12 13:14:30 -0600

Hello, i'm using OpenCV for some objectrecognition application. When i calculate KeyPoints with a method like SIFT the KeyPoints have a parameter size. In the documentation it says that this is the diameter of KeyPoint. My question is how this is calculateted? Or is the parameter depending on the scale where a KeyPoint is found? And if yes, how?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-02-23 08:33:50 -0600

SR gravatar image

updated 2013-02-23 08:35:28 -0600

Quoting the previous answer:

Keypoints are detected by Scale-Space extrema detection using Difference of Gaussian images. So the size is basically at what scale those points are detected.

This is somewhat incorrect: The size of the patch being described is linear dependent on the keypoint scale, i.e. size = scale * magnifier. How you choose the magnification factor depends on the application.

edit flag offensive delete link more
0

answered 2013-02-13 18:12:07 -0600

krishna gravatar image

Keypoints are detected by Scale-Space extrema detection using Difference of Gaussian images. So the size is basically at what scale those points are detected.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-12 13:13:42 -0600

Seen: 2,852 times

Last updated: Feb 23 '13