Cognex.VisionPro.ColorMatch NamespaceCognex VisionPro
 
Classes

  ClassDescription
Public classCogColorMatch
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.
Public classCogColorMatchResult
This class holds one result item of the result set for an entire color match.
Public classCogColorMatchResultSet
This class holds all of the result information for an entire color match.
Public classCogColorMatchTool
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.
Public classCogSimpleColorCollection
Class of collection of CogSimpleColorItem.
Public classCogSimpleColorItem
Class of color value item. It has Selected property to indicate whether it might be used in a collection for color match.
Enumerations

  EnumerationDescription
Public enumerationCogColorMatchCurrentRecordConstants
Enumeration of data that can be included in the tool's CurrentRecord.
Public enumerationCogColorMatchLastRunRecordConstants
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.
Public enumerationCogColorMatchLastRunRecordDiagConstants
Enumeration of Diagnostic data that can be included in the tool's LastRunRecord.
Public enumerationCogColorMatchScoreMetricTypeConstants
Constants used to identify the run type of a color match.