我需要在OpenCV
中使用BOW + SURF,我下载了很多版本。
版本2. *没有BOW类而版本3. *不推荐使用这些方法
FeatureDetector features = FeatureDetector.create(FeatureDetector.SIFT);
DescriptorExtractor descriptors2 = DescriptorExtractor.create(DescriptorExtractor.SIFT);
DescriptorMatcher matcher = DescriptorMatcher.create(DescriptorMatcher.FLANNBASED);
我该怎么办?