Cog3DRangeImageCrossSectionExtractCornerV2 LineFitValidPointFraction Property Cognex VisionPro 9.7
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.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public double LineFitValidPointFraction { get; set; }

Property Value

Type: Double
Default value is 0.5.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is outside of the range.
See Also