Tesseract 3.01
/data/source/tesseract-ocr/image/imgerrs.h File Reference
#include "errcode.h"

Go to the source code of this file.

Variables

const ERRCODE BADIMAGETYPE = "Unrecognized image type"
const ERRCODE CANTREADIMAGETYPE = "Can't read this image type"
const ERRCODE CANTWRITEIMAGETYPE = "Can't write this image type"
const ERRCODE IMAGEUNDEFINED = "Attempt to operate on undefined image"
const ERRCODE BADIMAGECOORDS = "Coordinates in image out of bounds"
const ERRCODE BADIMAGESEEK = "Can't seek backwards in a buffered image!"
const ERRCODE BADIMAGESIZE = "Illegal image size"
const ERRCODE BADIMAGEFORMAT = "Illegal image format"
const ERRCODE BADBPP = "Only 1,2,4,5,6,8 bpp are supported"
const ERRCODE BADWINDOW = "Convolution window must have odd dimensions"

Variable Documentation

const ERRCODE BADBPP = "Only 1,2,4,5,6,8 bpp are supported"
const ERRCODE BADIMAGECOORDS = "Coordinates in image out of bounds"
const ERRCODE BADIMAGEFORMAT = "Illegal image format"
const ERRCODE BADIMAGESEEK = "Can't seek backwards in a buffered image!"
const ERRCODE BADIMAGESIZE = "Illegal image size"
const ERRCODE BADIMAGETYPE = "Unrecognized image type"
const ERRCODE BADWINDOW = "Convolution window must have odd dimensions"
const ERRCODE CANTREADIMAGETYPE = "Can't read this image type"
const ERRCODE CANTWRITEIMAGETYPE = "Can't write this image type"
const ERRCODE IMAGEUNDEFINED = "Attempt to operate on undefined image"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines