/particles

An implementation of particle networks rendered in OpenCV accelerated using OpenMP

Primary LanguageC++MIT LicenseMIT

Particle Network simulation in OpenCV

A visualisation of Particles in C++ using OpenCV library accelerated using OpenMP

Getting Started

  • 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

Prerequisites

OpenCV 3.2 installation and header files.

Demonstration

preview

Built With

  • OpenCV - The Computer Vision Library

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details