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. | |
pixel_size = property | |
float: The pixel size of transformed image. | |
poly_degree = property | |
int: A positive (or zero) integer value that defines the polynomial to be used. | |
pre_defined_pixel_size_mode = property | |
int: The decision if it uses predefined pixel size (see cvb.foundation.PreDefinedPixelSizeMode). | |
scan_direction = property | |
int: The scanning direction of camera (see cvb.foundation.ScanDirection). | |
tolerance = property | |
float: The value for early stopping criteria. | |
A set of parameters, which is used to configure line-scan calibration.
Default line-scan calibration configuration.
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.