Skip to content

phg1024/FaceShapeFromShading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Shape from Shading

Yet another implementation of shape from shading for human face.

Example

Example

Dependencies

  • Boost 1.63
  • freeglut
  • GLEW
  • glm
  • gli
  • SuiteSparse 4.5.3
  • Eigen 3.3.3
  • Intel MKL
  • Qt5
  • ceres solver 1.12.0
  • Intel embree
  • PhGLib

Compile

git clone --recursive https://github.com/phg1024/FaceShapeFromShading.git
cd FaceShapeFromShading
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
make -j8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published