dil2743 / MCL_Algorithm_CPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCL_Algorithm_CPP

Compiling the Program

$ cd /home/workspace/
$ git clone https://github.com/dil2743/MCL_Algorithm_CPP
$ cd MCL_Algorithm_CPP/
$ rm -rf Images/*
$ g++ main.cpp -o app -std=c++11 -I/usr/include/python2.7 -lpython2.7

Running the Program

Before you run the program, make sure the Images folder is empty!

$ ./app

Wait for the program to iterate 50 times.

Generated Images

After running the program, 50 images will be generated in the Images folder.

Step0

alt text

Step49

alt text

About


Languages

Language:C++ 100.0%