Please, add computation of the minimum area bounding rectangle. Possible implementations can be found at: http://stackoverflow.com/questions/13542855/python-help-to-implement-an-algorithm-to-find-the-minimum-area-rectangle-for-gi?rq=1 https://github.com/dbworth/minimum-area-bounding-rectangle/tree/master/python https://geidav.wordpress.com/2014/01/23/computing-oriented-minimum-bounding-boxes-in-2d/
Please, add computation of the minimum area bounding rectangle.
Possible implementations can be found at:
http://stackoverflow.com/questions/13542855/python-help-to-implement-an-algorithm-to-find-the-minimum-area-rectangle-for-gi?rq=1
https://github.com/dbworth/minimum-area-bounding-rectangle/tree/master/python
https://geidav.wordpress.com/2014/01/23/computing-oriented-minimum-bounding-boxes-in-2d/