The ClassifyPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| AddClass | Creates a ClassifyClassItem object and adds it the Classes collection. | |
| AddImage | Creates a ClassifyImageItem object and adds it the Images collection. | |
| AddTrainItem(String, String) | Creates a ClassifyTrainItem object and adds it to the LabeledImages collection. | |
| AddTrainItem(IImage, String) | Creates a ClassifyTrainItem object and adds it to the LabeledImages. returns the image id;. | |
| ClearClasses | Clears the Labels collection. | |
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| Execute | Runs the trained pattern on the input image and returns the result. The object in the input image should have the approximate appearance to the object in the train images with respect to position and orientation. | |
| GetClass | Returns the class with the specified class id from Classes Collection. | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetImage | Returns the image with the specified image id from Images Collection. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| RemoveClassItem | Removes the class item from Classes Collection. | |
| RemoveClassItemAt | Removes the class item at index from Classes Collection. | |
| RemoveClassItemUsingId | Removes the class item with the specified class id from Classes Collection. | |
| RemoveImageItem | Removes the image item from Images Collection. | |
| RemoveImageItemAt | Removes the image item at index from Images Collection. | |
| RemoveImageItemUsingId | Removes the image item with the specified image id from Images Collection. | |
| RemoveTrainItem | Removes the train item from LabeledImages. | |
| RemoveTrainItemAt | Removes the train item at index from LabeledImages. | |
| RemoveTrainItemUsingImageId | Removes the train item with the specified image id from LabeledImages. | |
| RenameClass | Rename a class in the Classes collection. | |
| Reset | Clears train data. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. | |
| Train | Trains the pattern using the LabeledImages. |