A quick guide to setting up and installing OpenCV for using in the Netbeans integrated development environment in Linux. Step 1: Download and extract OpenCV for Linux Versions of OpenCV can be downloaded from here: http://opencv.org/downloads.html Save it to the location of your choice. Open a command prompt, navigate to the download location and unzip: Step 2: Create an OpenCV build directory Navigate to the OpenCV directory, and use to create the build directory: Step 3: Use CMake to build OpenCV Navigate to the ‘build’ directory created and run the following CMake command: And then run command, which can take more »
↧