阅读EmgCV文档时不太明白:哪些检测器可以与哪些DescriptorExtractors一起使用?
Here是这样说的:
You can use it with the FREAK descriptor that is scale invariant. Just replace the BriefDescriptorExtractor with Freak and it should do the trick.这是否意味着并不是所有的检测器都与DescriptorExtractors兼容?如果是,在哪里可以找到关于主题的比较和文档?
发布于 2015-07-01 09:52:58
查看这些文档,因为它们似乎涵盖了您的问题:http://sourceforge.net/p/emgucv/opencv/ci/22ff1e882604fab803baeee7b0535a9d0613b35a/tree/modules/features2d/doc/feature_detection_and_description.rst#id5 http://docs.opencv.org/modules/features2d/doc/common_interfaces_of_descriptor_extractors.html
https://stackoverflow.com/questions/30983057
复制相似问题