Skip to content

Team-SADA/OpenCV-CPP-Color-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

OpenCV-CPP-Color-Detection

OpenCV Color detection with C++

Dependency

  • OpenCV 4
  • GCC

Arch Linux Installation

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

Compile Command

g++ -o main main.cpp `pkg-config --cflags --libs opencv4`

About

OpenCV Color detection with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages