#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 | |
| 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_image * | parent |
| if shared, the parent | |
Long description.
|
|
opaque type
|
|
|
bw pixel
|
|
|
gray pixel
|
|
|
color pixel
|
1.3.5