Download Latest Version luacv-0.2.0.tar.gz (3.9 MB)
Email in envelope

Get an email when there's a new version of LuaCV

Home
Name Modified Size InfoDownloads / Week
Misc 2012-05-18
Binaries 2012-05-01
Samples 2012-02-24
0.2 2012-02-23
0.1 2011-03-07
luacv_doc.pdf 2012-04-30 824.6 kB
luacv.tar.gz 2012-02-23 3.9 MB
README 2012-02-23 1.3 kB
CHANGELOG 2012-02-23 1.7 kB
INSTALL 2011-03-07 1.7 kB
LICENSE 2010-11-03 8.0 kB
Totals: 11 Items   4.8 MB 1
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.
Source: README, updated 2012-02-23