Cog3DRangeImagePlaneEstimator RobustFitParameters Property Cognex VisionPro
These parameters control the plane fitting, as opposed to the sampling, of points from the supplied range image.

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

public Cog3DRobustFitParameters RobustFitParameters { get; set; }

Property Value

Type: Cog3DRobustFitParameters
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfRobustFitParameters
Exceptions

ExceptionCondition
ArgumentNullException If you attempt to set this property to null.
See Also