CogPMAlignFlexRunParams SaveDeformationInfo Property Cognex VisionPro
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.

Namespace: Cognex.VisionPro.PMAlign.Implementation.Internal
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public virtual CogPMAlignFlexDeformationInfoConstants SaveDeformationInfo { get; set; }

Property Value

Type: CogPMAlignFlexDeformationInfoConstants

Implements

ICogPMAlignFlexRunParams SaveDeformationInfo
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when this property changes.

The following state flag may be affected:

    Remarks

    Which runtime data should be saved for creating PatFlex diagnostic graphics from results. You must specify Transform to enable the deformation grid diagnostic graphic or TransformAndUnwarpData to enable the unwarped image diagnostic graphic

    The value of this property is ignored if you are using the PatQuick or PatMax algorithm.

    Note: Specifying any value other than None will result in significant extra time being spent for each result. If you specify TransformAndUnwarpData, significant extra space is required to persist the results of a search.

    Default Value: None

    See Also