Classes
| Class | Description | |
|---|---|---|
| CogColorMatch | This class encapsulates the run time parameters used in simple color match. It is also the workhorse of the Cognex.VisionPro.ColorMatch assembly; it does the actual simple color match. This class contains a CogSimpleColorItem collection. You can use this class to perform simple color match, or you can use the tool,CogColorMatchTool. | |
| CogColorMatchResult | This class holds one result item of the result set for an entire color match. | |
| CogColorMatchResultSet | This class holds all of the result information for an entire color match. | |
| CogColorMatchTool | This class provides tool level access to the CogColorMatch operator. This class encapsulates all of the classes required to perform a color match for simple colors. | |
| CogSimpleColorCollection | Class of collection of CogSimpleColorItem. | |
| CogSimpleColorItem | Class of color value item. It has Selected property to indicate whether it might be used in a collection for color match. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogColorMatchCurrentRecordConstants | Enumeration of data that can be included in the tool's CurrentRecord. | |
| CogColorMatchLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord. | |
| CogColorMatchLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be included in the tool's LastRunRecord. | |
| CogColorMatchScoreMetricTypeConstants | Constants used to identify the run type of a color match. |