CogPMAlignFlexRunParams ClassCognex VisionPro 9.8
Inheritance Hierarchy

System Object
  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

[SerializableAttribute]
public class CogPMAlignFlexRunParams : CogSerializableObjectBase, 
	ICogPMAlignFlexRunParams, IDeserializationCallback, IDisposable

The CogPMAlignFlexRunParams type exposes the following members.

Constructors

  NameDescription
Public methodCogPMAlignFlexRunParams(IntPtr)
Protected methodCogPMAlignFlexRunParams(SerializationInfo, StreamingContext)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberSfControlPointsX
This bit will be set in the EventArgs of a Changed event every time the value returned by ControlPointsX may have changed.
Public fieldStatic memberSfControlPointsY
This bit will be set in the EventArgs of a Changed event every time the value returned by ControlPointsY may have changed.
Public fieldStatic memberSfDeformationFit
This bit will be set in the EventArgs of a Changed event every time the value returned by DeformationFit may have changed.
Public fieldStatic memberSfMaxDeformationRate
This bit will be set in the EventArgs of a Changed event every time the value returned by MaxDeformationRate may have changed.
Public fieldStatic memberSfPartialMatchCoverageThreshold
This bit will be set in the EventArgs of a Changed event every time the value returned by PartialMatchCoverageThreshold may have changed.
Public fieldStatic memberSfPartialMatchEnabled
This bit will be set in the EventArgs of a Changed event every time the value returned by PartialMatchEnabled may have changed.
Public fieldStatic memberSfRefinement
This bit will be set in the EventArgs of a Changed event every time the value returned by Refinement may have changed.
Public fieldStatic memberSfSaveDeformationInfo
This bit will be set in the EventArgs of a Changed event every time the value returned by SaveDeformationInfo may have changed.
Public fieldStatic memberSfSmoothness
This bit will be set in the EventArgs of a Changed event every time the value returned by Smoothness may have changed.
Top
Properties

  NameDescription
Public propertyControlPointsX
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).
Public propertyControlPointsY
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).
Public propertyDeformationFit
Controls the type of fit PatFlex will use to model deformation in the runtime input image.
Public propertyMaxDeformationRate
The maximum deformation rate to be accommodated in a PatFlex alignment.
Public propertyPartialMatchCoverageThreshold
When PartialMatchEnabled is true, this specifies the minimum fraction of the pattern that must be matched in a valid PatFlex result.
Public propertyPartialMatchEnabled
If True then PatFlex will find results that match only a fraction of the full pattern (with a score better than the AcceptThreshold.
Public propertyRefinement
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.
Public propertySaveDeformationInfo
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.
Public propertySmoothness
The smoothness value used in fitting the deformation transform to the runtime input image.
Top
See Also