【发布时间】:2015-09-08 02:06:39
【问题描述】:
阅读 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 兼容?如果是,在哪里可以找到有关主题的比较和文档?
【问题讨论】:
标签: c# .net opencv emgucv feature-detection