ClassifyPattern PropertiesCognex VisionPro 9.10

The ClassifyPattern type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyClasses

Gets the class item collection.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyImages

Gets the image item collection.

Public propertyLabeledImages
Public propertyPredictedResults

The predicted results. Results from running the pattern on the unlabeled images.

Public propertyRegion
Get

Gets the rectangular region indicating the portion of the images that will be used for classification. A null Region indicates that the entire image will be used for classification.

Public propertySelectedLabeledImage
Get

Gets the selected labeled image index.

Public propertySelectedUnlabeledImage
Get

Gets the selected unlabeled image index.

Public propertyTrained

This property reflects the trained state of the pattern.

Public propertyTrainResult

The train result. The train result holds the model health of the trained pattern as well as the trained Labels (a StringCollection of label ids) and the train items' result.

Public propertyUnlabeledImages

Gets the image ids that are not labeled (not used in the ClassifyTrainItemCollection).

Top
See Also