%general-entities; ]> opencv-&opencv-version; opencv Introduction to opencv The opencv package contains graphics libraries mainly aimed at real-time computer vision. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &opencv-md5sum; Download size: &opencv-size; Estimated disk space required: &opencv-buildsize; Estimated build time: &opencv-time; Additional Downloads Optional additional modules: One additional file that starts with "ippicv" (integrated performance primitives) will be automatically downloaded during the cmake portion of the build procedure. This download is specific to the system architecture. opencv Dependencies Required and Recommended , , , , , , , , , , , and Optional , , , , , ATLAS, blas, Cuda, Eigen, OpenEXR, GDAL, lapack, libdc1394, Threading Building Blocks (TBB), and VTK - The Visualization Toolkit, Installation of opencv If you downloaded the optional modules, unpack them now: tar -xf ../opencv_contrib-&opencv-contrib-version;.tar.gz Install opencv by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_CXX11=ON \ -DBUILD_PERF_TESTS=OFF \ -DWITH_XINE=ON \ -DBUILD_TESTS=OFF \ -DENABLE_PRECOMPILED_HEADERS=OFF \ -DCMAKE_SKIP_RPATH=ON \ -DBUILD_WITH_DEBUG_INFO=OFF \ -Wno-dev .. && make The package does not come with a test suite. Now, as the root user: make install Command Explanations -DWITH_XINE=ON: This option instructs the make procedure to use . -DENABLE_PRECOMPILED_HEADERS=OFF: This option is needed for compatibility with gcc-6.1 and later. : instructs the build system to build additional modules. Contents Installed Programs Installed Libraries Installed Directories opencv_annotation, opencv_interactive-calibration, opencv_model_diagnostics, opencv_version, opencv_visualisation, and setup_vars_opencv4.sh libopencv_calib3d.so, libopencv_core.so, libopencv_dnn.so, libopencv_features2d.so, libopencv_flann.so, libopencv_gapi.so, libopencv_highgui.so, libopencv_imgcodecs.so, libopencv_imgproc.so, libopencv_ml.so, libopencv_objdetect.so, libopencv_photo.so, libopencv_stitching.so, libopencv_video.so, and libopencv_videoio.so /usr/include/opencv4, /usr/lib/cmake/opencv4, /usr/lib/python&python3-majorver;/site-packages/cv2, /usr/share/licenses/opencv4, /usr/share/opencv4, and /usr/share/java/opencv4