Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants EnumerationCognex VisionPro
An enumeration that specifies the direction in which the estimated plane's normal should point. Note that, regardless of the direction selected, the plane is always returned in selected space.

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

public enum Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants
Members

  Member nameValueDescription
PositivePixelSpaceZ0 The estimated plane's normal (in selected space) is force to point towards the direction that corresponds approximately to the positive z-axis in pixel space coordinates, when the plane is mapped to pixel space coordinates.
NegativePixelSpaceZ1 The estimated plane's normal (in selected space) is forced to point towards the direction that corresponds approximately to the negative z-axis in pixel space coordinates, when the plane is mapped to pixel space coordinates.
See Also