ESTRIP_DESC Struct Reference

#include <ocrclass.h>

List of all members.


Detailed Description

Description of the image strip as it is passed to the engine.

The image is always 1 bit, with 1=black. The width is always a multiple of 32, so padding is always OK. The height of the full image is always a multiple of 32. The top y coordinate is 0, and increases down. The top leftmost pixel is in the most significant bit of the first byte.

Definition at line 238 of file ocrclass.h.

Public Attributes


Member Data Documentation

UINT8 ESTRIP_DESC::data[8]

Definition at line 244 of file ocrclass.h.

INT16 ESTRIP_DESC::resolution

Definition at line 243 of file ocrclass.h.

INT16 ESTRIP_DESC::strip_size

Definition at line 242 of file ocrclass.h.

Referenced by ocr_get_first_image_strip(), and ocr_get_next_image_strip().

INT16 ESTRIP_DESC::x_size

Definition at line 240 of file ocrclass.h.

Referenced by ocr_error(), and ocr_get_first_image_strip().

INT16 ESTRIP_DESC::y_size

Definition at line 241 of file ocrclass.h.

Referenced by ocr_get_first_image_strip().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 19:49:31 2007 for Tesseract by  doxygen 1.5.1