Ask Your Question
-2

Which Is invariant to rotation, SiftFeatureDetector or SiftDescriptorExtractor?

asked 2018-06-23 16:02:31 -0600

Brainabilgh gravatar image

updated 2018-06-24 07:58:34 -0600

I am using OpenCV for image recognition and I want to know whether the rotation invariance of cv::SIFT is achieved due to it's detector cv::SiftFeatureDetector or due to it's descriptor cv::SiftDescriptorExtractor. Same thing for cv::SURF.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2018-06-23 19:00:05 -0600

Eduardo gravatar image

See the following references for accurate information:

And the following images:

image description

image description

Descriptors are computed with respect to a dominant keypoint orientation.

edit flag offensive delete link more

Comments

Thanks, but I just need to know if invariant to rotation is achieved due to cv::SiftFeatureDetector or it's achieved due to cv::DescriptorExtractor ?

Brainabilgh gravatar imageBrainabilgh ( 2018-06-24 07:53:34 -0600 )edit

It's generally a good idea to try to understand what tools you are using. If you clicked any of the links given above you could answer your own question. With the attitude you are expressing, no one will want to help you.

Der Luftmensch gravatar imageDer Luftmensch ( 2018-06-24 18:26:25 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-06-23 16:02:31 -0600

Seen: 515 times

Last updated: Jun 24 '18