The Convex Geometry toolbox


The Convex Geometry toolbox is a Matlab toolbox designed to provide useful tools in Convex Geometry optimization. This toolbox  is based on the very efficient "qhull" library developped by the The Geometry Center of Minneapolis.

1) Installation

You first have to install and compile the sources of the C "qhull" library which can be freely downloaded at the following adress :

http://www.qhull.org/
The toolbox can be downloaded here.

2) Compilation

You just have to check the adress of the library in the >compil_mexfile.m and run the mex instructions.

3) Two examples






Example of  bigest balls inscribed in a given polytop






Example of  steiner symetrization

4) Details of the functions of the Convex Geometry toolbox