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. | |
A set of parameters that stores the result of line scan calibration.
LineScanCalibrator | ( | NonLinearTransformation | transformation, |
double | pixelSize, | ||
double | meanError, | ||
double | standardDeviation | ||
) |
New calibration result
transformation | |
pixelSize | Pixel size after transformation. |
meanError | Mean deviation of all distances between stripes of transformed image from reference stripe width. |
standardDeviation | Standard deviation of meanError . |