Git Product home page Git Product logo

libdecodeqr's Introduction

= 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:[email protected]

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 <[email protected]>.

== Copying ==
Copyright (c) 2007 NISHI Takao <[email protected]>, 
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.

libdecodeqr's People

Contributors

josephholsten avatar rportugal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.