Cog3DRobustFitWorstCaseProportionOutliersModeConstants EnumerationCognex VisionPro
How the WorstCaseProportionOutliers property will be used when computing a robust fit.

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

public enum Cog3DRobustFitWorstCaseProportionOutliersModeConstants
Members

  Member nameValueDescription
Standard0 Use the WorstCaseProportionOutliers property only in the normal RANSAC sense of "how hard should we try". Do not use it as an accept threshold.
Legacy1 Use the WorstCaseProportionOutliers property both in the normal RANSAC sense of "how hard should we try" and as an accept threshold.
See Also