✘✘✘ Signatures - Index
-
about_XXX() informs about the present XXX version.🗏
alignment to align the data to byte boundaries 🗏
angle Rotation angle in degrees 🗏
bitsperpixel Contains the number of bits per pixel 🗏
bmp_buffer Memory address of the BITMAPINFOHEADER to be converted. 🗏
boxtext Like GetFileName for Windows. 🗏
busy indicates if the recognition is still working. 🗏
-
comparison_value Final comparison result. 🗏
color Contains the color information. COLOR_... 🗏 🗏 🗏 🗏
COLOR_BINARY Black and white image
COLOR_GRAY gray image
COLOR_RGB Color image
data Pointer to the image content 🗏
deskew_min Threshold value from which an erection takes place. 🗏
entry Entry with the file name in the section. 🗏
errortext Pointer to a data structure of type re_ErrorText or re_wErrorText. 🗏
file_title Pointer to a file 🗏 🗏 🗏 🗏
filler* 8 Byte Alignment.
fillorder Alignment of the bytes for IMGTYPE_... 🗏
FILLORDER_MSB2LSB First bit = first pixel.
FILLORDER_LSB2MSB Last bit = first pixel.
filter Like GetFileName for Windows. 🗏
-
general This parameter controls the work of xxx_do() 🗏
GENERAL_XXXCALL set by xxx_init(), xxx_do()
GetPrivateFileName() 🗏
height Height of an element 🗏 🗏
hookparm Connection of a separate function 🗏
ident Specification of the error type 🗏
RE_SUCCESS | Return value in case of success. |
RE_QUIT | Canceled by the user. |
RE_WARNING | Warning (without further consequences). |
RE_ERROR | General error in the program flow. |
RE_INFO | Return a clear text information. |
| Typical errors in the program sequence are additionally characterized. |
RE_PARAMETERERROR | Faulty parameter supply of a function. |
RE_MEMORYERROR | Memory shortage or incorrect pointers to the memory to be provided. |
RE_FILEERROR | Error by opening, reading, writing, or closing a file. |
RE_PROTECTERROR | Unlicensed XXX version. |
info.exe 🗏
interna do not change 🗏 🗏
imgtype Specification of image data given in a structure ReImage under data. 🗏
IMGTYPE_PIXELARRAY Storage of the image data as a matrix of the pixels
IMGTYPE_POINTERARRAY Storage of the image data as a pointer to the line beginnings
IMGTYPE_STROKE Storage of image data as a field of elements ReStroke
#define IMGTYPE_FEATURE, #define IMGTYPE_FEATURE_* Recognition of arbitrary objects
left Coordinate 🗏
mode 🗏 🗏
-
noise_... Noise removal 🗏
noise_diameter_percent Classify and remove dirt relative to the line thickness, depending on its diameter.
noise_diameter_pixel Dirt, absolutely in pixels, depending classify and remove from its diameter.
noise_width_percent, noise_length_percent Classify and remove dirt, relative to the line thickness, via the thickness and length specifications.
noise_width_ppixel, noise_length_pixel Classify and remove dirt, absolutely in pixels, via thickness and length specifications.
orientation Storing the image lines for IMGTYPE_PIXELARRAY 🗏
ORIENTATION_TOPLEFTThe picture lines are stored from top to bottom.
ORIENTATION_BOTLEFTThe picture lines are stored from bottom to top.
parm is a parameter for the structure XXX_parm. 🗏 🗏
photometric The distinction of foreground / background. PHOTOMETRIC_... 🗏
PHOTOMETRIC_MINISWHITE Low color values represent background.
PHOTOMETRIC_MINISBLACK Low color values represent foreground (characters).
prep PREP_... 🗏
PREP_NOSPOTREMOVAL Spot removal switched off.
PREP_AUTO_NOISEREDUCTION Adaptively controlled dirt removal.
PREP_RGBTOGRAY_COLORGRAY Convert color images to greyscale with mean value.
PREP_RGBTOGRAY_COLORMIN Convert color images into gray images with color lightening.
PREP_RGBTOGRAY_COLORMAX Convert color images to gray images with color strengthening.
PREP_GRAYTOBIN_VERY_THIN creates a black and white image with a very faint blackening from a gray image.
PREP_GRAYTOBIN_THIN creates a black and white picture with faint blackening from a gray picture.
PREP_GRAYTOBIN_MEDIUMcreates a black and white picture with medium blackening from a gray picture.
PREP_GRAYTOBIN_THICK creates from a gray picture a black and white picture with strong blackening.
PREP_GRAYTOBIN_VERY_THICK creates a black and white picture with very strong blackening from a gray picture.
PREP_GRAYTOBIN_UNIFORM Thresholding is not done adaptively, but with a threshold for the whole picture.
PREP_BINFILTER_VERY_THIN Character smoothing with heavy thinning.
PREP_BINFILTER_THIN Character smoothing with thinning.
PREP_BINFILTER_MEDIUM Character smoothing without thinning
PREP_BINFILTER_THICK Character smoothing with thickening
PREP_BINFILTER_VERY_THICK Character smoothing with heavy thickening
PREP_BINFILTER
PREP_REMOVE_BACKGROUND_AUTO Remove image background with histogram (only for color images).
PREP_REMOVE_BACKGROUND Remove image background (only for color images)
PREP_INPLACE the image provided for recognition is overwritten with the filtered or gray to black and white converted image.
private_data a value set by the user program is returned. 🗏
programreturns the name of the module or subroutine in which the error occurred. 🗏
-
ReFileHandle Handle to the file to be read. 🗏
ReImage 🗏
ReRect 🗏 🗏
ReStroke Data structure in which strokes are collected. 🗏
resunit Unit of measure of resolution by the scanning. RESUNIT_...🗏
RESUNIT_NONE No resolution information.
RESUNIT_INCH Resolution in inches.
RESUNIT_CENTIMETERResolution in cm.
RESUNIT_METER Resolution in Meter.
rotateimage Pointer on a field of structures 🗏
re_bmp2image() convert to the ReImage format. 🗏
re_ClearError() Reset an error that has occurred. 🗏
re_clipboard2image() puts an image from the clipboard into the ReImage format. 🗏
re_cloneimage() creates a second identical ReImage image. 🗏
re_closeimagefile() closes an image file opened with re_openimagefile(). 🗏
re_DisplayErrorText(), re_wDisplayErrorText() show the content of re_(w)ErrorText at the screen. 🗏
re_endofimagefile() Query of the file end 🗏
re_ErrorText, re_wErrorText error handling 🗏
re_fillimage() fills a described rectangle of the given ReImage image with the desired color. 🗏
re_freeimage() deallocates memory. 🗏
re_GetErrorConfig() is used to query the current settings for error handling. 🗏
re_GetErrorHandler(), re_wGetErrorHandler() returns the address of a private error function. 🗏
re_GetErrorText(), re_wGetErrorText() retrieve error messages. 🗏
re_getpixel() returns the color of a given pixel. 🗏
re_GetPrivateData() The value set with re SetPrivateData() can be queried. 🗏
re_hbitmap2image() A Windows bitmap is converted to the ReImage format. 🗏
re_image2bmp() An image is converted from the ReImag format to a bitmap format. 🗏
re_image2clipboard() puts an image with the ReImage format in the clipboard. 🗏
re_image2hbitmap() converts a ReImage image to HBITMAP handles. 🗏
re_imagehandle2image() fills the data structure given under image. 🗏
re_openimagefile(), re_wopenimagefile() Open image file 🗏
re_readimage() reads an image and allocates appropriate memory. 🗏
re_readimagefile(), re_wreadimagefile() reads an image into a structure. 🗏
re_rotateimage() generates a second rotated ReImage image. 🗏
re_SetErrorConfig() configures the error handling. 🗏
re_SetErrorHandler(), re_wSetErrorHandler() use the own error handling. 🗏
re_SetErrorText(), re_wSetErrorText() writes back values. 🗏
re_setpixel() occupies a pixel with a color. 🗏
re_SetPrivateData() Set a private value for the case of error. 🗏
re_writeimage(), re_wwriteimage() Write a Reimage image into a BITMAP file. 🗏
re_writeimagefile() writes an image into the file given by a file_handle. 🗏
-
section Section in the ini file. 🗏
subimage Relative section of the picture. 🗏
systext An error text reported by the operating system is returned. 🗏
thickness Stroke thickness 🗏
timestamp The speed at which the stroke was generated. 🗏
top coordinate 🗏
user_data for free disposal. 🗏
version Check the correct XXX version. 🗏
width Width of an element. 🗏🗏
-
x*, y* coordinates 🗏
xresolution, yresolution Horizontal and vertical resolution of the given image. 🗏
XXX_Data structure XXX_Data. 🗏
xxx_do() function xxx_do(). 🗏
xxx_end() function xxx_end(). 🗏
xxx_filetitle() function xxx_filetitle(). 🗏
xxx_init() function xxx_init(). 🗏
XXX_Init structure XXX_Init. 🗏
XXX_Parm structure XXX_Parm. 🗏
xxx_winit() function xxx_winit(). 🗏