First time here? Check out the FAQ!
answered 2020-08-29 00:48:09 -0600
match() is implemented in the base class, DescriptorMatcher, which holds a pointer to either BFMatcher or FlannBasedMatcher (PIMPL)
match()
DescriptorMatcher
it then calls knnMatch, and you will find the BFMatcher implementation here