CWIMAQImageClassifier
From NI Vision for Visual Basic
CWIMAQImageClassifier
CWIMAQImageClassifier is an object that assigns images to classes based on how it has been trained.
Properties
| EngineType | Type of engine this classifier has been trained with. |
| NearestNeighborOptions | Options used when training, if this classifier was trained with the Nearest Neighbor engine. |
| Samples | Samples that this classifier contains. |
| Type | Type of the classifier. |
Methods
| Classify | Classifies the given image. |
| GetAccuracy | Gets an accuracy report on the classifier. |
| TrainNearestNeighbor | Trains this classifier using the Nearest Neighbor engine. |