We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First, install OpenCV 3 and Torch 7. Then:
luarocks install --server=http://luarocks.org/dev cv
If CMake fails to find OpenCV 3, help him by providing the dir:
OpenCV_DIR="<path to OpenCV 3 build>" luarocks install --server=http://luarocks.org/dev 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