Skip to content

dbworth/minimum-area-bounding-rectangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

#
# 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

About

Find the minimum area bounding box that can be fitted to a set of points. Self-contained implementations in Python & Matlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages