CorrectSkewModeEnum
CorrectSkewModeEnum enumeration constants are used to specify the mode of image skew correction.
typedef enum {
CSM_Auto,
CSM_Fast,
CSM_Off
} CorrectSkewModeEnum;
Elements
| Name | Description |
|---|---|
| CSM_Auto | Uses the neural-network–based skew correction (new algorithm). Delivers the highest average accuracy; typically slower than the legacy method. |
| CSM_Fast | Uses the legacy (non-neural) skew correction algorithm. Faster, but less precise on average. |
| CSM_Off | Disables skew correction. |
Used in
07.11.2025 12:48:30