Gets or sets the LineFitValidPointFraction.
The value specifies the minimum fraction of data points within
LineFitLength
that should be valid to perform line fitting. Valid range is [0, 1].
Valid points consists of profile non-missing points, resampled points,
or interpolated points within gaps that were filled. See the algorithm description for more details
Cog3DRangeImageCrossSectionExtractCornerV2.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleDefault value is 0.5.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the value is outside of the range. |
See Also