Constants used to specify how the plane is computed.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public enum Cog3DRangeImagePlaneEstimatorFitMethodConstants
public enum Cog3DRangeImagePlaneEstimatorFitMethodConstants
Public Enumeration Cog3DRangeImagePlaneEstimatorFitMethodConstants
Public Enumeration Cog3DRangeImagePlaneEstimatorFitMethodConstants
public enum class Cog3DRangeImagePlaneEstimatorFitMethodConstants
public enum class Cog3DRangeImagePlaneEstimatorFitMethodConstants
|
| Member name | Value | Description |
|---|
| Points | 0 |
Use the points to fit the plane.
|
| Area | 1 |
Use the points specified by the region and mask to fit the plane.
|