Main Page | Class List | File List | Class Members | File Members

gocr_image Struct Reference

This is the image structure. More...

#include <gocr_image.h>

List of all members.

Public Attributes

char * filename
 file name; may be NULL

int width
int height
 size

gocr_ImageType type
 image type

union {
   gocr_Pixel **   pix
   gocr_PixelBW **   bw
   gocr_PixelGray **   gray
   gocr_PixelColor **   color
data
unsigned char * mask
int threshold
 image threshold, for gray->bw conversion

int sons
 number of shared images

gocr_imageparent
 if shared, the parent


Detailed Description

This is the image structure.

Long description.


Member Data Documentation

gocr_Pixel** gocr_image::pix
 

opaque type

gocr_PixelBW** gocr_image::bw
 

bw pixel

gocr_PixelGray** gocr_image::gray
 

gray pixel

gocr_PixelColor** gocr_image::color
 

color pixel


The documentation for this struct was generated from the following file:
Generated on Sun Apr 4 11:10:41 2004 for GOCR API by doxygen 1.3.5