Skip to content

The goal is to find a minimum area convex hull in higher dimensions. The work here is done under the jurisdiction of Information Technology University, Lahore, Pakistan

Notifications You must be signed in to change notification settings

OUAhmad/Minimum-Bounding-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Minimum-Bounding-Box

The goal is to find a minimum area convex hull in higher dimensions. The work here is done under the jurisdiction of Information Technology University, Lahore, Pakistan

Minimum Volume Bounding Box for 3D set of points

Given a 3D set of points in 3D, we intend to find the minimum area bounding box that can contain the convex hull ergo can contain all the points in space.

Example:

Tetrahedron points:

sphere_points = array([ [0,0,1], [0,1,0], [1,0,0], [1,1,1] ])
sphere_points = Scale * sphere_points

Image of Simplex

Bounding Box:

Bounding Box

Convex Hull:

Convex Hull

Bounding Box and Convex Hull:

Bounding Box vs Convex Hull

Bounding Box Volume as a function of Angle of Rotaions:

Bounding Box Volume as a function of Angle of Rotaions

About

The goal is to find a minimum area convex hull in higher dimensions. The work here is done under the jurisdiction of Information Technology University, Lahore, Pakistan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published