CWIMAQWriteClassifierFileModes Enumeration

NI Vision for Visual Basic

CWIMAQWriteClassifierFileModes Enumeration

CWIMAQWriteClassifierFileModes are the constants that specify the mode in which to write a classifier file.

You can use the following constants with this data type:

  • cwimaqClassifierWriteAll—Write all data.
  • cwimaqClassifierWriteClassifyOnly—Write only the data needed to classify. When you use CWIMAQVision.ReadClassifierFile to read a file created with this mode, you can use only the resulting classifier to classify.

See Also

CWIMAQVision.WriteClassifierFile