Get or set the worst case proportion outliers mode.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Cog3DRobustFitWorstCaseProportionOutliersModeConstantsThe worst case proportion outliers mode. Default is Standard.
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 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