Properties | List of all members
LineScanCalibrationConfiguration Class Reference

A set of parameters, which is used to configure line-scan calibration. More...

Inherits object.

Properties

 max_iterations = property
 int: The number of maximal iterations for all non linear solvers in the calibration algorithm. More...
 
 pixel_size = property
 float: The pixel size of transformed image. More...
 
 poly_degree = property
 int: A positive (or zero) integer value that defines the polynomial to be used. More...
 
 pre_defined_pixel_size_mode = property
 int: The decision if it uses predefined pixel size (see cvb.foundation.PreDefinedPixelSizeMode). More...
 
 scan_direction = property
 int: The scanning direction of camera (see cvb.foundation.ScanDirection). More...
 
 tolerance = property
 float: The value for early stopping criteria. More...
 

Detailed Description

A set of parameters, which is used to configure line-scan calibration.

Default line-scan calibration configuration.

Parameters

max_iterations : int Number of maximal iterations for all nonlinear solvers in the calibration algorithm.

poly_degree : float A positive (or zero) integer value that defines the polynomial to be used.

tolerance : float Value for early stopping criteria.

scan_direction : int Scanning direction of camera (see cvb.foundation.ScanDirection).

pre_defined_pixel_size_mode : int Decision if predefined pixel size needs to be used (see cvb.foundation.PreDefinedPixelSizeMode).

pixel_size : float Pixel size of transformed image.

Property Documentation

◆ max_iterations

max_iterations = property
static

int: The number of maximal iterations for all non linear solvers in the calibration algorithm.

◆ pixel_size

pixel_size = property
static

float: The pixel size of transformed image.

◆ poly_degree

poly_degree = property
static

int: A positive (or zero) integer value that defines the polynomial to be used.

◆ pre_defined_pixel_size_mode

pre_defined_pixel_size_mode = property
static

int: The decision if it uses predefined pixel size (see cvb.foundation.PreDefinedPixelSizeMode).

◆ scan_direction

scan_direction = property
static

int: The scanning direction of camera (see cvb.foundation.ScanDirection).

◆ tolerance

tolerance = property
static

float: The value for early stopping criteria.