Minimum Perimerer Polygon (MPP) is a technique used to represent the shape in a given boundary using the fewest possible number of sequences.
More information about this can be found at Chapter 11 of the book Digital Image Processing by Rafael C. Gonzalez, Richard E. Woods.
-
You should be able to include OpenCV libraries in your C++ files for this application to work.
-
The django view responsible for performing the MPP calls a binary filed generated from a .cpp script. That being said, it is unlikely that this application will properly run on OS X.
-
For now just ignore (or even delete your copy of) the 'django-mpp' folder.
-
Get a copy of this repo:
$ git clone https://github.com/rqroz/django_mpp.git
-
Change directory to example's folder
$ cd example
-
Start the development server and visit http://127.0.0.1:8000/ and have some fun!
$ python3 manage.py runserver