#include <gocr_image.h>
Public Attributes | |
| char * | filename |
| file name; may be NULL. | |
| int | width |
| int | height |
| size. | |
| gocr_ImageType | type |
| image type. | |
| union { | |
| gocr_Pixel ** pix | |
| opaque type | |
| gocr_PixelBW ** bw | |
| bw pixel | |
| gocr_PixelGray ** gray | |
| gray pixel | |
| gocr_PixelColor ** color | |
| color pixel | |
| } | data |
| unsigned char * | mask |
| int | threshold |
| image threshold, for gray->bw conversion. | |
| int | sons |
| number of shared images | |
| gocr_image * | parent |
| if shared, the parent | |
Long description.
1.4.3-20050530