Menu

Tree [r77] /
 History

HTTPS access


File Date Author Commit
 cmake_modules 2013-05-06 xprymu00 [r76] added cmake script FindLua52
 samples 2012-05-17 xprymu00 [r73] few function prototypes were changed to be more...
 src 2013-05-06 xprymu00 [r77] CreateGLCM bad conversion at 64bit system fix
 CHANGELOG 2012-08-27 xprymu00 [r75] OpenCV 2.4 compatibility
 INSTALL 2012-04-13 xprymu00 [r71] docs update
 LICENSE 2012-02-08 xprymu00 [r35] lua-5.2 support. memory leak repaired
 README 2012-02-23 xprymu00 [r58] text files updated
 test.sh 2012-04-11 xprymu00 [r63] modular loading

Read Me

README for LuaCV
================

  What is LuaCV?
  --------------
  LuaCV is OpenCV library wrapper for Lua language. Main goal is to access fast 
  image processing library to light-weight, non-type language.
  Thanks to CMake project is a much easier to compile it under many OS platforms 
  which are currently supported by OpenCV.
  LuaCV is being developed as a master thesis at Brno University of Technology
  in Czech Republic.

  Availability
  ------------
  LuaCV is freely available for both academic and commercial purposes.
  See LICENSE for details. LuaCV can be downloaded from 
  http://sourceforge.net/projects/luacv

  Installation
  ------------
  LuaCV is implemented in C++ and can be compiled at all platforms that are 
  supported by OpenCV. Cmake is necessary for proper build, but you can always make
  your own Makefile to avoid it. See INSTALL for exact installation instructions.
  There is installer with binaries for Windows users available on sourceforge. 

  Samples
  -------
  There are sample scripts in directory sample/ which show basic usage of LuaCV
  wrapper. Most of them are copy of C/C++ samples from OpenCV rewritten to Lua.
  So if you want compare complexity of both version go to OpenCV directory/samples/c.