A match for a read model (i.e. a model
representing a sequence of characters).
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.DLRuntime CogDLRuntimeMatchBase
Cognex.VisionPro.DLRuntime CogDLRuntimeReadMatchBase
Cognex.VisionPro.DLRuntime CogDLRuntimeNodeMatch
Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
The CogDLRuntimeNodeMatch type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogDLRuntimeNodeMatch(CogDLRuntimeNodeMatch) |
Construct a deep copy of the supplied node match.
| |
| CogDLRuntimeNodeMatch(SerializationInfo, StreamingContext) |
Serialization constructor for CogDLRuntimeNodeMatch.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Create a deep copy of this object.
| |
| 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.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.) | |
| 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 |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| 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 ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| 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 | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AspectRatio |
The model aspect ratio.
| |
| Features |
The collection of features participating in this match.
This includes the predicted model elements.
(Inherited from CogDLRuntimeMatchBase.) | |
| FeatureString |
The string of feature IDs.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| IsSelected |
True if the match was selected by an axis-filter.
(Inherited from CogDLRuntimeMatchBase.) | |
| ModelName |
The name of the model.
(Inherited from CogDLRuntimeMatchBase.) | |
| NodePoints |
The collection of node points.
| |
| Orientation |
The model orientation.
| |
| Pose |
The transformation from model to view coordinates.
| |
| Position |
The model position.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| PrettifiedString |
The feature string with white space inserted.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| Scale |
The model scale.
| |
| Score |
The matching score (between 0.0 and 1.0).
(Inherited from CogDLRuntimeMatchBase.) | |
| Shear |
The model skew.
|
See Also