diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-05 17:40:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-05 17:40:44 +0800 |
commit | 78d14b9970fffc6f905ee2d1d232d19e773367a0 (patch) | |
tree | b886531c40d32b41e6f8db3e63a86f564b6488cd /japanese/Makefile | |
parent | 3647b82c8c462275572bef1f0ee7a54c1819c140 (diff) | |
download | freebsd-ports-gnome-78d14b9970fffc6f905ee2d1d232d19e773367a0.tar.gz freebsd-ports-gnome-78d14b9970fffc6f905ee2d1d232d19e773367a0.tar.zst freebsd-ports-gnome-78d14b9970fffc6f905ee2d1d232d19e773367a0.zip |
Zinnia is a simple, customizable and portable online hand recognition system
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
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 55a7f04a4f44..8705cc474b0a 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -393,6 +393,7 @@ SUBDIR += yasou-fpw SUBDIR += yc.el SUBDIR += zangband + SUBDIR += zinnia SUBDIR += zipcodes SUBDIR += zope-ejsplitter SUBDIR += zope-jamailhost |