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.InternalAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
public virtual CogPMAlignFlexDeformationInfoConstants SaveDeformationInfo { get; set; }public virtual CogPMAlignFlexDeformationInfoConstants SaveDeformationInfo { get; set; }Public Overridable Property SaveDeformationInfo As CogPMAlignFlexDeformationInfoConstants
Get
Set
Public Overridable Property SaveDeformationInfo As CogPMAlignFlexDeformationInfoConstants
Get
Set
public:
virtual property CogPMAlignFlexDeformationInfoConstants SaveDeformationInfo {
CogPMAlignFlexDeformationInfoConstants get ();
void set (CogPMAlignFlexDeformationInfoConstants value);
}public:
virtual property CogPMAlignFlexDeformationInfoConstants SaveDeformationInfo {
CogPMAlignFlexDeformationInfoConstants get ();
void set (CogPMAlignFlexDeformationInfoConstants value);
}Property Value
Type:
CogPMAlignFlexDeformationInfoConstantsImplements
ICogPMAlignFlexRunParams SaveDeformationInfo
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