Skip to content

vnermolaev/minimal-perimeter-triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum Perimeter Triangle Enclosing a Convex Polygon

An implementation of the algorithm given in the paper This is an improved implementation as compared to the one described here. The main difference is that the former implementation fails whenever a polygon contains a vertical edge, this is robust w.r.t. the vertucal edges.

Building

npm install
gulp

Run demo

gulp demo

Note: running demo will require administrator privileges to create symlinks from web directory to an html page in source

Demo is contained in web/demo/showcase.html. Data for examples are taken from the minimum area enclosing triangle repository

Evaluate performance (Windows)

After having build, start PowerShell and execute build\performance\measurements.ps1 You may want to adjust the parameters of the evaluation in the script Script will generate a number of logs which can be analysed in Mathematica notebook build\performance\evaluate.nb

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published