Revision 739b9c240115c4ff1bda6ab70966493f5df4a39d authored by David on 03 February 2013, 18:00:36 UTC, committed by David on 03 February 2013, 18:00:36 UTC
0 parent
Raw File
README.txt
#
# Test program to find minimum-area bounding rectangle of a set of 2D points
# 
# Currently implemented in Python. I will upload the Matlab version later.
# 
#
# Copyright (c) 2013, David Butterworth, University of Queensland
# All rights reserved.
# 

Installation:
Download all source code from the /python directory to your local computer.

Test the program:
$ python ./bbox_test.py

The test program includes definitions for some simple polygons.
You can define your own Nx2 numpy array with your own data.

Tested with Python 2.6.5 on Ubuntu 10.04.4
Results verified using Matlab
back to top