Object65.it

Home Homebrew Nintendo DS CellWriterDS Italiano English 

 

News

 
15/9/2009
Flags & Nations 1.0 released
 
12/1/2009
CellWriterDS 1.0 released
 
8/9/2008
StringTunerDS 1.0 released
 
7/9/2008
Hello Object65.it!
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

CellWriterDS is an handwriting recognition library. It is a Nintendo DS porting of Cell Writer, an open source application written by Michael Levin.

The main feature of the library is that it can be trained to recognize every kind of symbol. Training is performed writing new symbol samples directly with the pen. With the standard library are provided samples for numbers, letters and some symbols.

The character writing must be done in a configurable but well defined display area, the cell area.

The integration of the library in any application is very simple: the initialization is performed using the cdwsInit function; the recognition phase starts using the cwdsBeginRecognizeMode function (that allows the definition of the cell area) and continue notifying to the library, using the cwdsNotifyPenDownEvent, cwdsNotifyPenMoveEvent, cwdsNotifyPenUpEvent functions the pen operations within the cell (is the calling program that draw on the display). The recognition phase ends calling the cwdsEndRecognizeMode function, that returns the recognized symbol. It's all!

The cwds.h header file contains the complete list of available functions.

With the library a demo program is provided, it allows the test of all functions exposed by the library. When the program works in writing mode (default) it is possible to try the recognition functions, enabling or disabling the available symbols; for each character the corrisponding sample and the recognition statistics are displayed. When the program works in training mode it is possible to select a symbol, see the samples defined for it and define new ones.

I hope that you can ejoy using this library and the library could be the base for writing interesting homebrews based on handwriting recognition.

Click on this link to download the test program .nds (399 KB).

Click on this link to download the source code for the test program (2.10 MB).

Click on this link to download the library (62.1 KB).

Click on this link to download the source code for the library (51.9 KB).

If you have suggestions, messages or considerations can contact me at this email address: info@object65.it

CellWriterDS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 

Disclaimer    l   Contact

Copyright © 2008,2011 Roberto Navone. All rights reserved.