Classes
| Class | Description | |
|---|---|---|
| CogCompositeColorCollection | Class of collection of CogCompositeColorItem. | |
| CogCompositeColorItem | Class of composite color item. It has Selected property to indicate whether it might be used in a collection for color computing. | |
| CogCompositeColorMatchPattern | <para>This class is the workhorse of the <see cref="N:Cognex.VisionPro.CompositeColorMatch"/> assembly; it does the actual color match. This class contains the training parameters and trained state information. You can use this class to perform composite color match, or you can use the tool,<see cref="T:Cognex.VisionPro.ColorMatch.CogCompositeColorMatchTool"/>. | |
| CogCompositeColorMatchResult | This class holds one result item of the result set for an entire composite color match. | |
| CogCompositeColorMatchResultSet | This class holds all of the result information for an entire composite color match. | |
| CogCompositeColorMatchRunParams | This class encapsulates the run time parameters used by Execute(CogImage24PlanarColor, ICogRegion, CogCompositeColorMatchRunParams). | |
| CogCompositeColorMatchTool | This class provides tool level access to the CogCompositeColorMatchPattern operator. This class encapsulates all of the classes required to perform a color match for composite colors. |
Delegates
| Delegate | Description | |
|---|---|---|
| CogSelectedColorsChangedEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogCompositeColorMatchCurrentRecordConstants | Enumeration of data that can be included in the tool's CurrentRecord. | |
| CogCompositeColorMatchLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord. | |
| CogCompositeColorMatchLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be included in the tool's LastRunRecord. |