Cog3DRobustFitTechniqueConstants EnumerationCognex VisionPro
This class defines the enumeration constants for robust fitting techniques.

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

public enum Cog3DRobustFitTechniqueConstants
Members

  Member nameValueDescription
AllPoints0 Use all input points in computing a fit, making no attempt to ignore outliers.
AdaptiveRANSAC1 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 the theory topic for a discussion of the adaptive RANSAC fitting technique.
See Also