Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

match() is implemented in the base class, DescriptorMatcher, which holds a pointer to either BFMatcher or FlannBasedMatcher (PIMPL)

it then calls knnMatch, and you will find the BFMatcher implementation here