Skip to content

This project aims to implement the Artificial Bee Colony algorithm with the programming language C ++ and to apply in mask detection using C++ version of OpenCV.

Notifications You must be signed in to change notification settings

Imraneouelfaquir98/Artificial-Bee-Colony-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Bee-Colony-Algorithm

This project aims to implement the Artificial Bee Colony algorithm with the programming language C ++ and to apply in mask detection using C++ version of OpenCV.

The implementation of the algorithm will be in the abc.cpp and abc.h files and the sample application will be in the main.cpp file.

The command lines to run this code on Linux system are as follows:

g++ -c main.cpp abc.cpp -std=c++11 pkg-config --cflags --libs opencv g++ main.o abc.o -o output -std=c++11 pkg-config --cflags --libs opencv ./output

About

This project aims to implement the Artificial Bee Colony algorithm with the programming language C ++ and to apply in mask detection using C++ version of OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages