Foundation (CVFoundation.dll) 14.0
CVFLineScanCalibrationConfiguration Struct Reference

Data Fields

unsigned int MaxIterations
 Maximum iterations. More...
 
double PixelSize
 Pixel size of transformed image. More...
 
unsigned int PolyDegree
 A positive (or zero) integer value that defines the polynom to be used. More...
 
CVFScanDirection ScanDirection
 Scanning direction of camera.
 
double Tolerance
 Value for early stopping criteria. More...
 
cvbbool_t UsePredefinedPixelSize
 Use predefined pixel size. More...
 

Detailed Description

Struct to configure linescan calibration.

Field Documentation

◆ MaxIterations

unsigned int MaxIterations

Maximum iterations.

The number of maximal iterations for all non linear solvers in the calibration algorithm. For linescan calibration through polynom this is used twice for finding the best polynom to equalize the differences between edge pointsand and to find the right feedforward factor.

◆ PixelSize

double PixelSize

Pixel size of transformed image.

This parameter is only used, if usePredefinedPixelSize is set to true. Then this value is the (fixed) metric resolution of the calibrated image.

◆ PolyDegree

unsigned int PolyDegree

A positive (or zero) integer value that defines the polynom to be used.

By now only PolyDegree equal 3 is supported.

◆ Tolerance

double Tolerance

Value for early stopping criteria.

Value that is used for stopping criteria in the non linear solvers.

◆ UsePredefinedPixelSize

cvbbool_t UsePredefinedPixelSize

Use predefined pixel size.

True, if the predefined pixel resolution (set with PixelSize) is used for the metric calibration.