A visualisation of Particles in C++ using OpenCV library accelerated using OpenMP
-
Clone the repo into your folder
https://github.com/sanjeev309/particles.git
-
Make changes if any to main.cpp
-
Execute make command to compile into an executable
make compile
-
Run the executable
./particles
-
Clean for a rebuild
make clean
OpenCV 3.2 installation and header files.
- OpenCV - The Computer Vision Library
- Sanjeev Tripathi - LinkedIn
This project is licensed under the MIT License - see the LICENSE file for details