阅读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兼容?如果是,在哪里可以找到有关该主题的比较和文档?

最佳答案

检查这些文档,因为它们似乎涵盖了您的问题:
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

关于c# - EmguCV检测器与EmguCV DescriptorExtractors有何关系?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/30983057/

10-13 06:06