Cognex.VisionPro.CompositeColorMatch NamespaceCognex VisionPro
 
Classes

  ClassDescription
Public classCogCompositeColorCollection
Class of collection of CogCompositeColorItem.
Public classCogCompositeColorItem
Class of composite color item. It has Selected property to indicate whether it might be used in a collection for color computing.
Public classCogCompositeColorMatchPattern
<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"/>.
Public classCogCompositeColorMatchResult
This class holds one result item of the result set for an entire composite color match.
Public classCogCompositeColorMatchResultSet
This class holds all of the result information for an entire composite color match.
Public classCogCompositeColorMatchRunParams
This class encapsulates the run time parameters used by Execute(CogImage24PlanarColor, ICogRegion, CogCompositeColorMatchRunParams).
Public classCogCompositeColorMatchTool
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

  DelegateDescription
Public delegateCogSelectedColorsChangedEventHandler
Enumerations

  EnumerationDescription
Public enumerationCogCompositeColorMatchCurrentRecordConstants
Enumeration of data that can be included in the tool's CurrentRecord.
Public enumerationCogCompositeColorMatchLastRunRecordConstants
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.
Public enumerationCogCompositeColorMatchLastRunRecordDiagConstants
Enumeration of Diagnostic data that can be included in the tool's LastRunRecord.