Skip to content

Implementation of Exact Polyhedral Visual Hull

License

Notifications You must be signed in to change notification settings

rakeshshrestha31/EPVH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of "Exact Polyhedral Visual Hull".

Based on

"Jean-Sébastien Franco, Edmond Boyer. Exact polyhedral visual hulls. British Machine Vision Conference (BMVC’03), Sep 2003, Norwich, United Kingdom. pp.329–338. ffinria-00349075v1f"

Dependencies: OpenGL, VTK

Install:

conda env create -f environment.yml
conda activate epvh
cmake .. -DEIGEN_INCLDUE_DIR=$CONDA_PREFIX/include/eigen3/
make -j

Output of demo sample.

Alt text

About

Implementation of Exact Polyhedral Visual Hull

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%