CVBpy 15.0
ScanDirection Class Reference

Specifies the scanning direction. More...

Static Public Attributes

int X = 0
 Scans along the X coordinate (column).
 
int Y = 1
 Scans along the Y coordinate (row).
 

Detailed Description

Specifies the scanning direction.

The scanning direction has to be set in the configuration object cvb.foundation.LineScanCalibrationConfiguration used by the linescan calibration cvb.foundation.create_line_scan_calibration.

Member Data Documentation

◆ X

int X = 0
static

Scans along the X coordinate (column).

◆ Y

int Y = 1
static

Scans along the Y coordinate (row).