Method Add
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Add(Mat)
Adds descriptors to a training set.
public void Add(Mat descriptors)
Parameters
descriptorsMatdescriptors Descriptors to add to a training set. Each row of the descriptors matrix is a descriptor. The training set is clustered using clustermethod to construct the vocabulary.