Classes
| Class | Description | |
|---|---|---|
| CogColorRangeCollection | Class of color range collection for segmenter. | |
| CogColorRangeItem | Class of color value range item for segmenter. It has Selected property to indicate whether it might be used in a collection for color segmentation. | |
| CogColorSegmenter | This class is the workhorse of the Cognex.VisionPro.ColorSegmenter assembly; it does the actual color segmentation. This class contains the collected color ranges. You can use this class to perform color segmentation, or you can use the tool,CogColorSegmenterTool. | |
| CogColorSegmenterTool | This class provides tool level access to the CogColorSegmenter operator. This class encapsulates all of the classes required to perform a color image segmentation. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogColorSegmenterCurrentRecordConstants | Enumeration of data that can be included in the tool's CurrentRecord. | |
| CogColorSegmenterLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord. | |
| CogColorSegmenterLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be included in the tool's LastRunRecord. |