BOWKMeansTrainerAdd Method |
http://www.emgu.com
Add the descriptors to the trainer
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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