You are here: Start » AVL.NET » XiApiDownsampling Enumeration
XiApiDownsampling Enumeration
Possible ways of changing image resolution.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| X1_BINNING | 1 sensor pixel = 1 image pixel, pixels are interpolated |
| X1_SKIPPING | 1 sensor pixel = 1 image pixel, pixels are skipped |
| X2_BINNING | 2x2 sensor pixels = 1 image pixel, pixels are interpolated |
| X2_SKIPPING | 2x2 sensor pixels = 1 image pixel, pixels are skipped |
| X4_BINNING | 4x4 sensor pixels = 1 image pixel, pixels are interpolated |
| X4_SKIPPING | 4x4 sensor pixels = 1 image pixel, pixels are skipped |
