aboutsummaryrefslogtreecommitdiff
path: root/japanese/zinnia
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* Zinnia is a simple, customizable and portable online hand recognition systemMartin Wilke2011-02-054-0/+68
based on Support Vector Machines. Zinnia simply receives user pen strokes as a sequence of coordinate data and outputs n-best characters sorted by SVM confidence. To keep portability, Zinnia doesn't have any rendering functionality. In addition to recognition, Zinnia provides training module that allows us to create any hand-written recognition systems with low-cost. WWW: http://zinnia.sourceforge.net/ PR: ports/149685 Submitted by: Timothy Beyer <beyert at cs.ucr.edu> Feature safe: yes Notes: svn path=/head/; revision=268647