Properties | List of all members
LineScanCalibrator Class Reference

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

Inherits object.

Properties

 mean_error = property
 float: Mean difference between stripe width in the transformed image and reference (calculated over all stripes). More...
 
 pixel_size = property
 float: Pixel size after transformation (same units as the reference distance calibration points and the reference width stripes). More...
 
 standard_deviation = property
 float: Standard deviation of the mean error. More...
 
 transformation = property
 cvb.foundation.NonLinearTransformation: Transformation object. More...
 

Detailed Description

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

Property Documentation

◆ mean_error

mean_error = property
static

float: Mean difference between stripe width in the transformed image and reference (calculated over all stripes).

◆ pixel_size

pixel_size = property
static

float: Pixel size after transformation (same units as the reference distance calibration points and the reference width stripes).

◆ standard_deviation

standard_deviation = property
static

float: Standard deviation of the mean error.

◆ transformation

transformation = property
static

cvb.foundation.NonLinearTransformation: Transformation object.