This class holds the information needed to train a segmenter specifically for use within the SmartLineTool.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.ELCore TrainData
Cognex.Vision.SmartLine SmartLineTrainData
Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
The SmartLineTrainData type exposes the following members.
| Name | Description | |
|---|---|---|
| SmartLineTrainData | Constructs a new instance of this class. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides TrainData Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides TrainData GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| 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. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SmartLineTrainData objects. | |
| Inequality | Compares the inequality of two SmartLineTrainData objects. |
| Name | Description | |
|---|---|---|
| Assignments | Gets the class item to shape assignment collection. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| ExpectedRotation | Gets the rotation of the image in radians with respect to pixel space. | |
| Handle | (Inherited from TrainData.) | |
| Identifier | Get (Inherited from TrainData.)Gets the unique identifier of the train data. | |
| Image | Gets the source image. | |
| IsTraining | Get (Inherited from TrainData.)Gets whether this train data should be taken into account during the training process. | |
| LastRunVerificationResult | Get (Inherited from TrainData.)Gets the result of the last run verification process. | |
| Region | Gets the region of interest. | |
| RegionMode | Gets the mode for the region of interest. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |