mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
43c9818895
Same prototype as BOWImgDescriptorExtractor, but do only the matching. If the feature is accepted, the BOWImgDescriptorExtractor and BOWImgDescriptorMatcher should probably refactor with inheritance. Add a class to compute the keypoints, descriptors and matching from an image should be added to.