How do EmguCV detectors relate to EmguCV DescriptorExtractors?
Asked Answered
S

1

6

Reading EmgCV docs cant quite understand: what detectors can be used with which DescriptorExtractors?

Here it is said:

You can use it with the FREAK descriptor that is scale invariant. Just replace the BriefDescriptorExtractor with Freak and it should do the trick.

does it mean that not all detectors are compatable to DescriptorExtractors? If yes where one can find comparisons and documentation on topic?

Schindler answered 22/6, 2015 at 14:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.