Skip to content

Code for benchmarking various techniques for intersection detection between 2 convex shapes

Notifications You must be signed in to change notification settings

horasio/intersection-detection

Repository files navigation

This is the companion code to the paper https://hal.inria.fr/hal-01522903/

To compile, you need to install cgal and sqlite3.

Then mkdir build; cd build; cmake ..; make

Then you can play with the executable tettest.

Or start the benchmark with the Python script.

Data will be written to a SQLite database.

The other Python script can read this data and output the plots, as seen in the paper.

About

Code for benchmarking various techniques for intersection detection between 2 convex shapes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published