CWIMAQParticleClassifier
CWIMAQParticleClassifier is a classifier that classifies particles in binary images.
Properties
ClassifierOptions | Particle-specific options to the classifier. |
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. |
PreprocessingOptions | Options to turn an image into a binary image. |
Samples | Samples that this classifier contains. |
Methods
Classify | Classifies the given image. |
GetAccuracy | Gets an accuracy report on the classifier. |
TrainNearestNeighbor | Trains this classifier using the Nearest Neighbor engine. |