Cog3DRobustFitParameters WorstCaseProportionOutliersMode Property Cognex VisionPro
Get or set the worst case proportion outliers mode.

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

public Cog3DRobustFitWorstCaseProportionOutliersModeConstants WorstCaseProportionOutliersMode { get; set; }

Property Value

Type: Cog3DRobustFitWorstCaseProportionOutliersModeConstants
The worst case proportion outliers mode. Default is Standard.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the supplied value is not a valid member of Cog3DRobustFitWorstCaseProportionOutliersModeConstants.
Remarks

This parameter determines how we interpret WorstCaseProportionOutliers when RobustFitTechnique is AdaptiveRANSAC.

This parameter is ignored if RobustFitTechnique is AllPoints.

If WorstCaseProportionOutliersMode is set to Standard then the WorstCaseProportionOutliers will be used only in the normal RANSAC sense of "how hard should we try". If WorstCaseProportionOutliersMode is set to Legacy then it will in addition be used as an accept threshold.

See Also