CVB.Net 14.0
LineScanCalibrator Struct Reference

A set of parameters that stores the result of line scan calibration. More...

Public Member Functions

 LineScanCalibrator (NonLinearTransformation transformation, double pixelSize, double meanError, double standardDeviation)
 New calibration result More...
 

Properties

NonLinearTransformation Transformation [get]
 Transformation Object.
 
double PixelSize [get]
 Pixel size after transformation (same units as the reference distance calibration points and the reference width stripes).
 
double MeanError [get]
 Mean difference between stripe width in the transformed image and reference (calculated over all stripes).
 
double StandardDeviation [get]
 Standard deviation of the mean error.
 

Detailed Description

A set of parameters that stores the result of line scan calibration.

Constructor & Destructor Documentation

◆ LineScanCalibrator()

LineScanCalibrator ( NonLinearTransformation  transformation,
double  pixelSize,
double  meanError,
double  standardDeviation 
)

New calibration result

Parameters
transformation
pixelSizePixel size after transformation.
meanErrorMean deviation of all distances between stripes of transformed image from reference stripe width.
standardDeviationStandard deviation of meanError .