This class defines the enumeration constants for robust fitting techniques.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| AllPoints | 0 | Use all input points in computing a fit, making no attempt to ignore outliers. | |
| AdaptiveRANSAC | 1 | Iteratively evaluate multiple models each based upon unique, minimal subsets of the input points. Compute a fit to the inliers associated with the model having the fewest outliers. See the Remarks section for more details. See the theory topic for more details. |
Remarks
See Also