Skip to content
Egor Burkov edited this page Dec 23, 2015 · 12 revisions

First, install OpenCV 3 and Torch 7. Then:

luarocks install cv

If CMake fails to find OpenCV 3, help him by providing the dir:

OpenCV_DIR="<path to OpenCV 3 build>" luarocks install cv

Now try running demos from project root, for example,

th demo/SVM.lua
th demo/videocap.lua
th demo/flann.lua
th demo/filtering.lua
Clone this wiki locally