RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
PREPROC_INFO Struct Reference

Information about preprocessing. More...

#include <KernelApi.h>

Public Attributes

IMG_ROTATE Rotation
 
int Slope
 
PREPROC_INFO_FLAGS Flags
 
double Matrix [8]
 

Detailed Description

Information about preprocessing.

Member Data Documentation

◆ Flags

PREPROC_INFO_FLAGS PREPROC_INFO::Flags

PREPROC_INFO flags.

◆ Matrix

double PREPROC_INFO::Matrix[8]

Matrix of the applied transformation (see also kRecTransformImgByMatrix).

◆ Rotation

IMG_ROTATE PREPROC_INFO::Rotation

Applied rotation(s).

◆ Slope

int PREPROC_INFO::Slope

Slope of the applied deskew. Note that 3D deskew and kRecApplyFormTemplate does not fill this field.