Duc*_*een 6 .net c# opencv feature-detection emgucv
阅读EmgCV文档无法理解:哪些探测器可以与DescriptorExtractors一起使用?
这里有说:
You can use it with the FREAK descriptor that is scale invariant. Just replace the BriefDescriptorExtractor with Freak and it should do the trick.
Run Code Online (Sandbox Code Playgroud)
这是否意味着并非所有探测器都能与DescriptorExtractors兼容?如果是,可以找到关于主题的比较和文档?