This enum class defines enumeration constants for the different 3D
cylinder fitting modes.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| LeastSquaresComputeRadiusAndHeight | 0 | Least squares fit using the measured radius and height. | |
| LeastSquaresUseSpecifiedRadiusAndHeight | 1 | Least squares fit using the specified radius and height. | |
| DefaultFitMode | 1 | DefaultFitMode is equal to LeastSquaresUseSpecifiedRadiusAndHeight. |
See Also