Default interface of this class provides access to the results of a single character position inspection.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.OC CogOCVResult
Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax
The CogOCVResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogOCVResult | Constructs a new instance of this class. | |
| CogOCVResult(IntPtr) | Constructs a new instance of this class using com pointer. | |
| CogOCVResult(CogOCVResult) | Constructs a new instance of this class as a deep copy of the given instance. |
Methods
| Name | Description | |
|---|---|---|
| Clone | Returns a deep copy of this class instance. Derived classes that implement Clone should override this method; other clients who wish to clone this instance should call ICloneable.Clone. See also CogSerializer.DeepCopyObject | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| CreateResultGraphics | Creates a composite result graphic containing child graphics specified by the GraphicOptions which is a bitwise combination of CogOCVResultGraphicConstants. | |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConfusableFontModelInstance | The instance number of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score. | |
| GetConfusableFontModelName | The name of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score. | |
| GetConfusableFontModelScore | The match score of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score. | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | ||
| GetPose | Returns the position of the found font model's origin in the selected space of the input image. | |
| GetPoseWithRespectToPattern | Returns the determined Pose of the character location in relative to pattern space. | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) | (Overrides CogObjectBase GetProperties( Attribute ).) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ConfidenceScore | Confidence score of the found font model which indicates the amount that the match score for the found model is greater than the highest scoring confusable model. Models listed for this character position can not be confusable with the found model. | |
| ConfusableFontModelCount | The number of confusable models that were found. These are the models that are confusable with the model to be verified and have a match score that is greater than or equal to (accept threshold - confusion threshold). | |
| FontModelInstance | The Instance of the found font model. If multiple models where listed for the pattern position then this is the instance of the highest scoring model. | |
| FontModelName | The Name of the found font model. If multiple models where listed for the pattern position then this is the name of the highest scoring font model. | |
| ID | A unique ID used to identify this OCV result. This ID also corresponds to the index of this result in the CogOCVResults to which this result belongs. It also corresponds to the index for the CharacterPositions collection of the inspected pattern. | |
| Score | Score of the found font model which indicates how well the character in the run-time image matched the font model's image. The score is a value between zero and one where one is a perfect match. | |
| Status | Status indicates whether this character position passed verification, failed due to confusion, or failed because no model was found above the accept threshold. |
Remarks
Interface that provides access to the results of a single character position inspection.
See Also