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 / Samples
Name Modified Size InfoDownloads / Week
Parent folder
calibration.lua 2012-02-24 6.8 kB
bgfg_codebook.lua 2012-02-23 1.7 kB
fback_c.lua 2012-02-23 1.4 kB
fitellipse.lua 2012-02-23 1.8 kB
kalman.lua 2012-02-23 2.7 kB
polartrans.lua 2012-02-23 832 Bytes
watershed.lua 2012-02-23 2.6 kB
contours.lua 2012-02-23 2.2 kB
dft.lua 2012-02-23 2.8 kB
distrans.lua 2012-02-23 1.4 kB
inpaint.lua 2012-02-23 1.2 kB
latentsvmdetect.lua 2012-02-23 1.3 kB
minarea.lua 2012-02-23 1.2 kB
pyramid_seg.lua 2012-02-23 592 Bytes
template_match.lua 2012-02-23 908 Bytes
camshiftdemo.lua 2012-02-23 5.5 kB
convexhull.lua 2012-02-23 1.0 kB
facedetect.lua 2012-02-23 681 Bytes
kmeans.lua 2012-02-23 1.9 kB
motempl.lua 2012-02-23 3.2 kB
stardetector.lua 2012-02-23 817 Bytes
cvseq.lua 2012-02-23 736 Bytes
drawing.lua 2012-02-23 3.9 kB
edge.lua 2012-02-23 662 Bytes
matrix.lua 2012-02-23 1.0 kB
morphology.lua 2012-02-23 1.3 kB
gnuplot_demhist.lua 2012-02-23 2.3 kB
houghlines.lua 2012-02-23 727 Bytes
laplace.lua 2012-02-23 984 Bytes
connected_components.lua 2012-02-23 1.0 kB
floodfill.lua 2012-02-23 1.0 kB
lkdemo.lua 2012-02-23 2.3 kB
bgfg_segm.lua 2012-02-23 777 Bytes
chessboard.lua 2012-02-23 721 Bytes
meanshift_segmentation.lua 2012-02-23 1.0 kB
squares.lua 2012-02-23 2.7 kB
demhist.lua 2012-02-23 1.8 kB
Totals: 37 Items   65.4 kB 0
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