FitLineOptions

NI Vision for LabWindows/CVI Function

FitLineOptions

Describes how to calculate the best fit line.

Elements

Name

Type

Description

minScore float Specifies the required quality of the fitted line. Acceptable values range from 0 to 1,000. A score of 1,000 indicates a perfect fit.
pixelRadius float Specifies the neighborhood pixel relationship for the initial subset of points being used. During refinement iterations the function ignores points that are farther from the line than pixelRadius.
numRefinements int Specifies the number of refinement iterations you allow the function to perform on the initial subset of points. You must allow at least one iteration.