Cog3DRangeImagePlaneEstimatorResult Plane Property Cognex VisionPro
The best fit plane found. The plane is defined in the SelectedSpaceName3D coordinates of the range image

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

public Cog3DPlane Plane { get; }

Property Value

Type: Cog3DPlane
Remarks

When FitMethod is set to Area: Range image pixels that meet the following criteria are used to fit the plane:

1) must be contained within the 2D region of interest of the range image. No region means all of the input image.

2) must be marked as "Care" if an input image mask is provided.

3) must be marked as "Visible" in the range image's visible pixel mask.

Pixels that meet these conditions are used to fit the plane and are counted in NumberOfPointsUsedInEstimation

When FitMethod is set to Points: Range image pixels that meet the following criteria are used to fit the plane:

1) must be contained within the range image boundaries.

2) must be marked as "Visible" in the range image's visible pixel mask.

Pixels that meet these conditions are used to fit the plane and are counted in NumberOfPointsUsedInEstimation

See Also