Get or set the fit technique.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 93.1.0.0
Syntax
Property Value
Type: Cog3DRobustFitTechniqueConstantsThe fit technique to be used. The default is AllPoints.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied value is not a valid member of Cog3DRobustFitTechniqueConstants. |
Remarks
If the value is AllPoints. then no attempt is made to ignore outliers - all of the input points are used in computing the fit.
If, however, the value is AdaptiveRANSAC, then iteratively evaluate multiple models each based on unique, minimal subsets of the input points. Compute a fit to the inliers associated with the model having the fewest outliers. See the theory topic for more details.
See Also