opencv_haartraining
development files for opencv
Install
- All systems
-
curl cmd.cat/opencv_haartraining.sh
- Debian
-
apt-get install libopencv-dev
- Ubuntu
-
apt-get install libopencv-dev
- Arch Linux
-
pacman -S opencv
- Kali Linux
-
apt-get install libopencv-dev
- CentOS
-
yum install opencv
- Fedora
-
dnf install opencv
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libopencv-dev
- OS X
-
brew install opencv
- Raspbian
-
apt-get install libopencv-dev
- Dockerfile
- dockerfile.run/opencv_haartraining
libopencv-dev
development files for opencv
This is a metapackage providing development package necessary for development of OpenCV (Open Computer Vision). The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction.