Description: (alphanumeric handwriting recognition library) the only difference between ATKNCR_M_Vx.x.lib and ATKNCR_N_Vx.x.lib is whether to use dynamic memory allocation
Where: M, represents the need to use the malloc version, must implement the alientek_ncr_malloc and alientek_ncr_free two functions
N, on behalf of the ordinary version, does not need to implement alientek_ncr_malloc and alientek_ncr_free two functions
Vx.x, representing the current recognition program versions
Function: to support digital/lowercase letters/letters/mixed four kinds of pattern recognition
The identification procedure is quite simple to use
The first step: to call the alientek_ncr_init function, initialization recognition program
The second step: get the lattice data input (must have 2 or more different dot matrix data input)
The third step: to call the alientek_ncr function, and get the recognition result
The fourth step: if you do not need to identify, then call the alientek_ncr_stop function, terminatio
To Search:
File list (Check if you may need any files):
ATKNCR\ATKNCR_M_V2.0.lib
......\ATKNCR_N_V2.0.lib
......\atk_ncr.c
......\atk_ncr.h
ATKNCR