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