文件名称:digitaleyes-c
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:373.41kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml.
usage : ./digitaleyes[.opt] [processes in chronological order] file
-noise Reduces image noise.
-rotate Finds angle and rotate image.
-lessons Builds the lessons library.
-clessons Remove the lessons library.
-learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm.
-learnall Takes all the files in learning/ directory and gives them to the neural network.
-block Detects blocks.
-init Reinitializes the Neural Network.
-o Saves current file.
-html Outputs HTML.
-nogui Do not show GTK2+ interface.
-with-threads Show GTK2+ interface with threads (default).
-no-threads Show GTK2+ interface without threads.
-help Display this list of options
--help Display this list of options
-DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml.
usage : ./digitaleyes[.opt] [processes in chronological order] file
-noise Reduces image noise.
-rotate Finds angle and rotate image.
-lessons Builds the lessons library.
-clessons Remove the lessons library.
-learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm.
-learnall Takes all the files in learning/ directory and gives them to the neural network.
-block Detects blocks.
-init Reinitializes the Neural Network.
-o Saves current file.
-html Outputs HTML.
-nogui Do not show GTK2+ interface.
-with-threads Show GTK2+ interface with threads (default).
-no-threads Show GTK2+ interface without threads.
-help Display this list of options
--help Display this list of options
usage : ./digitaleyes[.opt] [processes in chronological order] file
-noise Reduces image noise.
-rotate Finds angle and rotate image.
-lessons Builds the lessons library.
-clessons Remove the lessons library.
-learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm.
-learnall Takes all the files in learning/ directory and gives them to the neural network.
-block Detects blocks.
-init Reinitializes the Neural Network.
-o Saves current file.
-html Outputs HTML.
-nogui Do not show GTK2+ interface.
-with-threads Show GTK2+ interface with threads (default).
-no-threads Show GTK2+ interface without threads.
-help Display this list of options
--help Display this list of options
-DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml.
usage : ./digitaleyes[.opt] [processes in chronological order] file
-noise Reduces image noise.
-rotate Finds angle and rotate image.
-lessons Builds the lessons library.
-clessons Remove the lessons library.
-learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm.
-learnall Takes all the files in learning/ directory and gives them to the neural network.
-block Detects blocks.
-init Reinitializes the Neural Network.
-o Saves current file.
-html Outputs HTML.
-nogui Do not show GTK2+ interface.
-with-threads Show GTK2+ interface with threads (default).
-no-threads Show GTK2+ interface without threads.
-help Display this list of options
--help Display this list of options
相关搜索: ocr
BackPropagation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
digitaleyes/AUTHORS
digitaleyes/c/callback.c
digitaleyes/c/callback.h
digitaleyes/c/interface.c
digitaleyes/c/interface.h
digitaleyes/c/lang_en.h
digitaleyes/c/lang_fr.h
digitaleyes/c/loader.c
digitaleyes/c/loader.h
digitaleyes/c/noise.c
digitaleyes/c/noise.h
digitaleyes/c/rotation.c
digitaleyes/c/rotation.h
digitaleyes/c/stub.c
digitaleyes/c/stub.h
digitaleyes/c/threads.c
digitaleyes/c/threads.h
digitaleyes/c/tools.c
digitaleyes/c/tools.h
digitaleyes/ChangeLog
digitaleyes/configure
digitaleyes/COPYING
digitaleyes/data/learnall.sh
digitaleyes/data/lessons.tar.gz
digitaleyes/docs/html/index.html
digitaleyes/docs/REFERENCE
digitaleyes/examples/1024x768.png
digitaleyes/examples/Graphs.png
digitaleyes/examples/OpenOffice.png
digitaleyes/examples/Text.png
digitaleyes/examples/Thumbs.db
digitaleyes/homepage/doc/index.html
digitaleyes/homepage/img/cc.png
digitaleyes/homepage/img/firefox.png
digitaleyes/homepage/img/logo.png
digitaleyes/homepage/img/lowerleftfade.png
digitaleyes/homepage/img/opera.gif
digitaleyes/homepage/img/shadow.png
digitaleyes/homepage/img/top.jpg
digitaleyes/homepage/img/under_cons.png
digitaleyes/homepage/img/upperrightfade.png
digitaleyes/homepage/index.html
digitaleyes/homepage/index2632.html
digitaleyes/homepage/index4db6.html
digitaleyes/homepage/index587a.html
digitaleyes/homepage/index9ba3.html
digitaleyes/homepage/indexb499.html
digitaleyes/homepage/indexb8c3.html
digitaleyes/homepage/indexbc7f.html
digitaleyes/homepage/indexc46b.html
digitaleyes/homepage/indexdc40.html
digitaleyes/homepage/indexfe9c.html
digitaleyes/homepage/style.css
digitaleyes/html/block.ml
digitaleyes/html/file.mli
digitaleyes/html/html.ml
digitaleyes/html/interface.mli
digitaleyes/html/Makefile
digitaleyes/html/types.cmx
digitaleyes/html/types.ml
digitaleyes/INSTALL
digitaleyes/Makefile
digitaleyes/ml/block.ml
digitaleyes/ml/block.mli
digitaleyes/ml/cheater.ml
digitaleyes/ml/cheater.mli
digitaleyes/ml/denn.ml
digitaleyes/ml/denn.mli
digitaleyes/ml/digitaleyes.ml
digitaleyes/ml/digitaleyes.mli
digitaleyes/ml/document.ml
digitaleyes/ml/document.mli
digitaleyes/ml/file.ml
digitaleyes/ml/file.mli
digitaleyes/ml/globals.ml
digitaleyes/ml/globals.mli
digitaleyes/ml/html.ml
digitaleyes/ml/html.mli
digitaleyes/ml/lang.mli
digitaleyes/ml/lang_en.ml
digitaleyes/ml/lang_fr.ml
digitaleyes/ml/layer.ml
digitaleyes/ml/layer.mli
digitaleyes/ml/marks.ml
digitaleyes/ml/marks.mli
digitaleyes/ml/neuron.ml
digitaleyes/ml/neuron.mli
digitaleyes/ml/preproc.ml
digitaleyes/ml/preproc.mli
digitaleyes/ml/profman.ml
digitaleyes/ml/profman.mli
digitaleyes/ml/spell.ml
digitaleyes/ml/spell.mli
digitaleyes/ml/stub.ml
digitaleyes/ml/stub.mli
digitaleyes/ml/teacher.ml
digitaleyes/ml/teacher.mli
digitaleyes/ml/tools.ml
digitaleyes/ml/tools.mli
digitaleyes/ml/types.ml
digitaleyes/ml/types.mli
digitaleyes/NEWS
digitaleyes/README
digitaleyes/TODO
digitaleyes/docs/html
digitaleyes/homepage/doc
digitaleyes/homepage/img
digitaleyes/c
digitaleyes/data
digitaleyes/docs
digitaleyes/examples
digitaleyes/homepage
digitaleyes/html
digitaleyes/ml
digitaleyes/profile
digitaleyes
digitaleyes/c/callback.c
digitaleyes/c/callback.h
digitaleyes/c/interface.c
digitaleyes/c/interface.h
digitaleyes/c/lang_en.h
digitaleyes/c/lang_fr.h
digitaleyes/c/loader.c
digitaleyes/c/loader.h
digitaleyes/c/noise.c
digitaleyes/c/noise.h
digitaleyes/c/rotation.c
digitaleyes/c/rotation.h
digitaleyes/c/stub.c
digitaleyes/c/stub.h
digitaleyes/c/threads.c
digitaleyes/c/threads.h
digitaleyes/c/tools.c
digitaleyes/c/tools.h
digitaleyes/ChangeLog
digitaleyes/configure
digitaleyes/COPYING
digitaleyes/data/learnall.sh
digitaleyes/data/lessons.tar.gz
digitaleyes/docs/html/index.html
digitaleyes/docs/REFERENCE
digitaleyes/examples/1024x768.png
digitaleyes/examples/Graphs.png
digitaleyes/examples/OpenOffice.png
digitaleyes/examples/Text.png
digitaleyes/examples/Thumbs.db
digitaleyes/homepage/doc/index.html
digitaleyes/homepage/img/cc.png
digitaleyes/homepage/img/firefox.png
digitaleyes/homepage/img/logo.png
digitaleyes/homepage/img/lowerleftfade.png
digitaleyes/homepage/img/opera.gif
digitaleyes/homepage/img/shadow.png
digitaleyes/homepage/img/top.jpg
digitaleyes/homepage/img/under_cons.png
digitaleyes/homepage/img/upperrightfade.png
digitaleyes/homepage/index.html
digitaleyes/homepage/index2632.html
digitaleyes/homepage/index4db6.html
digitaleyes/homepage/index587a.html
digitaleyes/homepage/index9ba3.html
digitaleyes/homepage/indexb499.html
digitaleyes/homepage/indexb8c3.html
digitaleyes/homepage/indexbc7f.html
digitaleyes/homepage/indexc46b.html
digitaleyes/homepage/indexdc40.html
digitaleyes/homepage/indexfe9c.html
digitaleyes/homepage/style.css
digitaleyes/html/block.ml
digitaleyes/html/file.mli
digitaleyes/html/html.ml
digitaleyes/html/interface.mli
digitaleyes/html/Makefile
digitaleyes/html/types.cmx
digitaleyes/html/types.ml
digitaleyes/INSTALL
digitaleyes/Makefile
digitaleyes/ml/block.ml
digitaleyes/ml/block.mli
digitaleyes/ml/cheater.ml
digitaleyes/ml/cheater.mli
digitaleyes/ml/denn.ml
digitaleyes/ml/denn.mli
digitaleyes/ml/digitaleyes.ml
digitaleyes/ml/digitaleyes.mli
digitaleyes/ml/document.ml
digitaleyes/ml/document.mli
digitaleyes/ml/file.ml
digitaleyes/ml/file.mli
digitaleyes/ml/globals.ml
digitaleyes/ml/globals.mli
digitaleyes/ml/html.ml
digitaleyes/ml/html.mli
digitaleyes/ml/lang.mli
digitaleyes/ml/lang_en.ml
digitaleyes/ml/lang_fr.ml
digitaleyes/ml/layer.ml
digitaleyes/ml/layer.mli
digitaleyes/ml/marks.ml
digitaleyes/ml/marks.mli
digitaleyes/ml/neuron.ml
digitaleyes/ml/neuron.mli
digitaleyes/ml/preproc.ml
digitaleyes/ml/preproc.mli
digitaleyes/ml/profman.ml
digitaleyes/ml/profman.mli
digitaleyes/ml/spell.ml
digitaleyes/ml/spell.mli
digitaleyes/ml/stub.ml
digitaleyes/ml/stub.mli
digitaleyes/ml/teacher.ml
digitaleyes/ml/teacher.mli
digitaleyes/ml/tools.ml
digitaleyes/ml/tools.mli
digitaleyes/ml/types.ml
digitaleyes/ml/types.mli
digitaleyes/NEWS
digitaleyes/README
digitaleyes/TODO
digitaleyes/docs/html
digitaleyes/homepage/doc
digitaleyes/homepage/img
digitaleyes/c
digitaleyes/data
digitaleyes/docs
digitaleyes/examples
digitaleyes/homepage
digitaleyes/html
digitaleyes/ml
digitaleyes/profile
digitaleyes
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.