Adds OpenCV computer vision functionality to NAP
Compatible with NAP 0.6 and higher - package release and source context.
Download the module as .zip archive and install it into the nap modules
directory:
cd tools
./install_module.sh ~/Downloads/napopencv-main.zip
Clone the repository and setup the module in the nap modules
directory.
cd modules
clone https://github.com/naivisoftware/napopencv.git
./../tools/setup_module.sh napopencv
The demo shows a set of detected (classified) objects in 3D and 2D.
Objects are detected using an OpenCV HaarCascade Classifier
.
The classified objects are rendered to texture and the viewport. This demo makes use of your first (default) Web-cam if present.