DescriptorMatcher OpenCV train()
问题 The Documentation of OpenCV mentions the function "train()" within a DescriptorMatcher. "virtual void cv::cuda::DescriptorMatcher::train ( ) pure virtual Trains a descriptor matcher. Trains a descriptor matcher (for example, the flann index). In all methods to match, the method train() is run every time before matching."(docs) That's all is said there. Does someone know hot it works? Especially what the DescriptorMatcher needs to train itself. A short example in some OOP language would be