| BOWKMeansTrainerAdd Method |
http://www.emgu.com
Add the descriptors to the trainer
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Add(
Mat descriptors
)
Public Sub Add (
descriptors As Mat
)
public:
void Add(
Mat^ descriptors
)
member Add :
descriptors : Mat -> unit
Parameters
- descriptors
- Type: Emgu.CVMat
The descriptors to be added to the trainer
See Also