Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.PMAlign.Implementation.Internal CogPMAlignFlexRunParams
Namespace: Cognex.VisionPro.PMAlign.Implementation.Internal
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 75.1.0.0
Syntax
The CogPMAlignFlexRunParams type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogPMAlignFlexRunParams(IntPtr) | ||
| CogPMAlignFlexRunParams(SerializationInfo, StreamingContext) |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.) | |
| 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 | (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).) | |
| 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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| SfControlPointsX | This bit will be set in the EventArgs of a Changed event every time the value returned by ControlPointsX may have changed. | |
| SfControlPointsY | This bit will be set in the EventArgs of a Changed event every time the value returned by ControlPointsY may have changed. | |
| SfDeformationFit | This bit will be set in the EventArgs of a Changed event every time the value returned by DeformationFit may have changed. | |
| SfMaxDeformationRate | This bit will be set in the EventArgs of a Changed event every time the value returned by MaxDeformationRate may have changed. | |
| SfPartialMatchCoverageThreshold | This bit will be set in the EventArgs of a Changed event every time the value returned by PartialMatchCoverageThreshold may have changed. | |
| SfPartialMatchEnabled | This bit will be set in the EventArgs of a Changed event every time the value returned by PartialMatchEnabled may have changed. | |
| SfRefinement | This bit will be set in the EventArgs of a Changed event every time the value returned by Refinement may have changed. | |
| SfSaveDeformationInfo | This bit will be set in the EventArgs of a Changed event every time the value returned by SaveDeformationInfo may have changed. | |
| SfSmoothness | This bit will be set in the EventArgs of a Changed event every time the value returned by Smoothness may have changed. |
Properties
| Name | Description | |
|---|---|---|
| ControlPointsX | The number of control points in the X direction. Increasing the number of control points allows the transform to better match patterns with areas of heavily local deformation (i.e., sharper features). | |
| ControlPointsY | The number of control points in the Y direction. Increasing the number of control points allows the transform to better match patterns with areas of heavy local deformation (i.e., sharper features). | |
| DeformationFit | Controls the type of fit PatFlex will use to model deformation in the runtime input image. | |
| MaxDeformationRate | The maximum deformation rate to be accommodated in a PatFlex alignment. | |
| PartialMatchCoverageThreshold | When PartialMatchEnabled is true, this specifies the minimum fraction of the pattern that must be matched in a valid PatFlex result. | |
| PartialMatchEnabled | If True then PatFlex will find results that match only a fraction of the full pattern (with a score better than the AcceptThreshold. | |
| Refinement | The amount of refinement done on the deformation transform. A value of 'None' may contain some error. Higher levels of refinement will be more accurate at the expense of time. | |
| SaveDeformationInfo | Enumeration indicating which runtime data should be saved for creating PatFlex diagnostic graphics from results. Must be set to 'Transform' to enable deformation grid diagnostic, or 'TransformAndUnwarpData' to enable unwarped image. | |
| Smoothness | The smoothness value used in fitting the deformation transform to the runtime input image. |
See Also