Cog3DRangeImagePlaneEstimatorCurrentRecordConstants EnumerationCognex VisionPro
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum Cog3DRangeImagePlaneEstimatorCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
Region2 Include the (interactive) region to be used as a mask in the CurrentRecord.
InputImageMask4 Include a graphic representing the input image mask in the CurrentRecord.
Points8 Include a graphic representing the input points in the CurrentRecord. When the ZLookupMethod is set to Neighborhood or NeighborhoodMedian then a child rectangle graphic representing the neighbors will be displayed.
All-1 Include all possible records in the CurrentRecord.
See Also