Class BOWTrainer
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one.
public abstract class BOWTrainer : CvObject, IDisposable
- Inheritance
-
BOWTrainer
- Implements
- Derived
- Inherited Members
Methods
- Add(Mat)
Adds descriptors to a training set.
- Cluster()
Clusters train descriptors.
- Cluster(Mat)
Clusters train descriptors.
- DescriptorsCount()
Returns the count of all descriptors stored in the training set.
- GetDescriptors()
Returns a training set of descriptors.