CWIMAQClassifierTypes Enumeration

NI Vision for Visual Basic

CWIMAQClassifierTypes Enumeration

CWIMAQClassifierTypes represent the types of objects that a classifier can classify.

You can use the following constants with this data type:

  • cwimaqClassifierCustom—A classifier that classifies feature vectors, which are arrays of Doubles.
  • cwimaqClassifierParticle—A classifier that classifies particles in an image.

See Also

CWIMAQClassifier

CWIMAQParticleClassifier

CWIMAQCustomClassifier