DescriptorMatcherTrain Method |
http://www.emgu.com
Trains a descriptor matcher (for example, the flann index). In all methods to match, the method
train() is run every time before matching.Some descriptor matchers(for example, BruteForceMatcher)
have an empty implementation of this method.Other matchers really train their inner structures (for
example, FlannBasedMatcher trains flann::Index ).
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxmember Train : unit -> unit
See Also