OpenCV Color detection with C++
- OpenCV 4
- GCC
pacman -S pkg-config opencv python-opencv gcc
This project has only tested on archlinux so I recommand to install archlinux via https://github.com/Team-SADA/EasyArchLinuxInstallation
g++ -o main main.cpp `pkg-config --cflags --libs opencv4`