SIFT Feature Descriptor Doesn't Work With ORB Keypoinys
As stated in the title, SIFT Feature Descriptor doesn't work with ORB keypoints, I changed the useProvidedKeypoints to true but it still doesn't work and I get the "Vector subscript out of range" error in the extractor.compute line. Part of the code is below.
ORB detector(500);
detector.detect( img1, keypointsB );
SiftDescriptorExtractor extractor;
extractor.compute( img1, keypointsB, descriptorsB);
I just get the same problem... Have you find a solution since ?
No, I couldn't.
But they are not supposed to work together.
@arie55 - I think I found a solution, check out my answer.