libdecodeqr-0.9.3

所属分类:模式识别(视觉/语音等)
开发工具:C/C++
文件大小:1790KB
下载次数:125
上传日期:2010-06-10 10:04:51
上 传 者muzi1011
说明:  这是一个qr code解码库,支持JIS X 0510和ISO/IEC18004,支持多种图片格式和输入设备(比如摄像头、扫描仪),采用C++编写,支持Unix和Windows两种操作系统
(This is a qr code decoder library, support for JIS X 0510 and ISO/IEC18004, support for multiple image formats and input devices (such as cameras, scanners), written with C++, Unix, and Windows are two operating systems support)

文件列表:
libdecodeqr-0.9.3\doc\ApiReference.ja (11162, 2007-02-28)
libdecodeqr-0.9.3\doc\HackingGuide.ja (4691, 2007-02-28)
libdecodeqr-0.9.3\doc\LGPL (26436, 2007-02-22)
libdecodeqr-0.9.3\img\01-1.jpg (23484, 2006-10-09)
libdecodeqr-0.9.3\img\01-2.jpg (19601, 2006-10-09)
libdecodeqr-0.9.3\img\01-3.jpg (126151, 2006-10-09)
libdecodeqr-0.9.3\img\01-4.jpg (112411, 2006-10-09)
libdecodeqr-0.9.3\img\02-1.jpg (15711, 2006-10-09)
libdecodeqr-0.9.3\img\02-2.jpg (19652, 2006-10-09)
libdecodeqr-0.9.3\img\02-3.jpg (101669, 2006-10-09)
libdecodeqr-0.9.3\img\02-4.jpg (87936, 2006-10-09)
libdecodeqr-0.9.3\img\03-1.jpg (16887, 2006-10-09)
libdecodeqr-0.9.3\img\03-2.jpg (16601, 2006-10-09)
libdecodeqr-0.9.3\img\03-3.jpg (99917, 2006-10-09)
libdecodeqr-0.9.3\img\03-4.jpg (98049, 2006-10-09)
libdecodeqr-0.9.3\img\04-1.jpg (24455, 2006-10-09)
libdecodeqr-0.9.3\img\04-2.jpg (23674, 2006-10-09)
libdecodeqr-0.9.3\img\04-3.jpg (120839, 2006-10-09)
libdecodeqr-0.9.3\img\04-4.jpg (109542, 2006-10-09)
libdecodeqr-0.9.3\img\05-1.jpg (20848, 2006-10-09)
libdecodeqr-0.9.3\img\05-2.jpg (18817, 2006-10-09)
libdecodeqr-0.9.3\img\05-3.jpg (133870, 2006-10-09)
libdecodeqr-0.9.3\img\05-4.jpg (128223, 2006-10-09)
libdecodeqr-0.9.3\img\06-1.jpg (21055, 2006-10-09)
libdecodeqr-0.9.3\img\06-2.jpg (20833, 2006-10-09)
libdecodeqr-0.9.3\img\06-3.jpg (120508, 2006-10-09)
libdecodeqr-0.9.3\img\06-4.jpg (114543, 2006-10-09)
libdecodeqr-0.9.3\img\125.bmp (230456, 2006-10-09)
libdecodeqr-0.9.3\img\qr.png (808, 2006-11-17)
libdecodeqr-0.9.3\src\configure (157129, 2007-02-24)
libdecodeqr-0.9.3\src\configure.in (3679, 2007-02-24)
libdecodeqr-0.9.3\src\install-sh (7122, 2006-11-22)
libdecodeqr-0.9.3\src\libdecodeqr\bitstream.cpp (3632, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\bitstream.h (1062, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\codedata.cpp (16490, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\codedata.h (2194, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\container.cpp (7407, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\container.h (4803, 2007-02-22)
libdecodeqr-0.9.3\src\libdecodeqr\decodeqr.h (7786, 2007-02-22)
... ...

= libdecodeqr = == Whta's this? == "libdecodeqr" is a C/C++ library for docoding QR code, which based on JIS X 0510 and ISO/IEC18004. This library is able to decode miscellaneous images those are taken with a file, with a webcam, with a scanner, and so on. == Features == * Supports miscellaneous image formats and input devices. * Hi-Speed decoding. * Completely Free. == Requirements == * g++ / VC++6 * [http://www.sourceforge.net/projects/opencvlibrary/ OpenCV] 0.9.7 or later * Gtk2 for UN*X (required by OpenCV) == Download == === Binary Release === Sorry, Not available yet. === Latest Stable Source Code === * version 0.9.3 http://http://trac.koka-in.org/libdecodeqr/attachment/wiki/WikiStart/libdecodeqr-0.9.3.tar.bz2 === Latest Development Source Code === We use Subversion for source revision control and code sharing. {{{ svn co svn://svn.koka-in.org/libdecodeqr/trunk }}} == How to use == === Build and Intstall === see BuildAndInstall for detail. ==== Windows ==== 1. open $(archive_dir)/src/libdecodeqr/libdecodeqr.dsw 1. build the project (press [F7] key) or 1. start command prompt 1. run VCVARS32.BAT 1. nmake libdecodeqr.mak The Libraly file and header files are NOT installed automaticaly. After building, set places of decodeqr.h, qrtypes.h, qrerror.h and libdecodeqr.lib to your environments if you need. ==== UN*X ==== 1. $ cd $(archive_dir)/src/ 1. $ ./configure 1. $ make 1. $ sudo make install === API Reference === see ApiReference === Sample Codes === * [source:trunk/src/sample/simple/simpletest.cpp#latest simple usage] * [source:trunk/src/sample/webcam/webcam.cpp#latest with webcam] == How to Hack == see HackingGuide == Contact Us == === Web Page === http://trac.koka-in.org/libdecodeqr === Mailing List === mailto:libdecodeqr@koka-in.org To subscribe this list, please send the following phrase {{{ subscribe Your-Last-Name Your-First-Name }}} e.g. {{{ subscribe NISHI Takao }}} in the mail body (not subject) to the address . == Copying == Copyright (c) 2007 NISHI Takao , JMA (Japan Medical Association) and !NaCl (Network Applied Communication Laboratory Ltd.) All rights reserved.[[BR]] This is free software with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify it under the terms of LGPL.

近期下载者

相关文件


收藏者