Skip to content

Library to describe, manipulate and render implicitly defined geometry as signed (pseudo-) distance fields

License

Notifications You must be signed in to change notification settings

dcanelhas/libsdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Dependencies:

  • Eigen 3
  • OpenCV 2.x (check out the libsdf-cimg branch to avoid this)
  • cmake
  • gcc 4.8 or higher

in Ubuntu these can be obtained by executing:

sudo apt-get install libeigen3-dev libopencv-dev cmake

Building

Building the project should be as simple as executing the following commands (from the project directory)

mkdir build
cd build
cmake ..
make

If the code compiles successfully there is a small demo application in the bin directory,

../bin/demo_app

should run a short demo. you can then edit main.cpp or use the library in other projects.

send criticism, comments, praise and requests to [email protected]

About

Library to describe, manipulate and render implicitly defined geometry as signed (pseudo-) distance fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published