This class provides functionality for multi-class segmentation specific for use in SmartLineTool.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.SmartLine SmartLineSegmentOperator
Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.25.1.0
The SmartLineSegmentOperator type exposes the following members.
| Name | Description | |
|---|---|---|
| SmartLineSegmentOperator | Constructs a new instance of this class. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| Execute | Executes the segmenter on the supplied image and region. | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase 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 representation of the object. | |
| Train | Trains the segmenter based on the current train database. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SmartLineSegmentOperator objects. | |
| Inequality | Compares the inequality of two SmartLineSegmentOperator objects. |
| Name | Description | |
|---|---|---|
| SfLineSegmentPaddingInPixels | ||
| SfTrained |
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Classes | Gets the class item collection which should be assigned to the segmenter results. | |
| Database | Gets the database which contains the training data. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| LineSegmentPaddingInPixels | Get Gets the value of the padding around the training shape in order to provide more pixel information for the segmentation algorithm. | |
| Trained | Gets the trained state of the operator. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |