Dear Alfonso,
Currently I am trying to get your code to run. However stumbled upon a few difficulties.
The dependencies I needed so far are many more then you described, probably PCL dependencies?
Well I came as far as (sort of) successfully running cmake ... But when making I got this fatal error in Eigen, one of the few dependencies I was actually sure of I installed it correctly.
Scanning dependencies of target pclbo
[ 33%] Building CXX object CMakeFiles/pclbo.dir/src/meshlbo.cpp.o
[ 66%] Building CXX object CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o
In file included from /home/tom/vision/PCLBO/include/pclbo/geodesics/meshgeoheat.h:7:0,
from /home/tom/vision/PCLBO/src/meshgeoheat.cpp:1:
/usr/include/eigen3/Eigen/CholmodSupport:16:23: fatal error: cholmod.h: No such file or directory
compilation terminated.
CMakeFiles/pclbo.dir/build.make:86: recipe for target 'CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o' failed
make[2]: *** [CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pclbo.dir/all' failed
make[1]: *** [CMakeFiles/pclbo.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Any chance you could help me out here? Thanks in advance, looking forward to run your Heat diffusion demo on some more objects!
Dear Alfonso,
Currently I am trying to get your code to run. However stumbled upon a few difficulties.
The dependencies I needed so far are many more then you described, probably PCL dependencies?
Well I came as far as (sort of) successfully running
cmake ... But when making I got this fatal error in Eigen, one of the few dependencies I was actually sure of I installed it correctly.Scanning dependencies of target pclbo [ 33%] Building CXX object CMakeFiles/pclbo.dir/src/meshlbo.cpp.o [ 66%] Building CXX object CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o In file included from /home/tom/vision/PCLBO/include/pclbo/geodesics/meshgeoheat.h:7:0, from /home/tom/vision/PCLBO/src/meshgeoheat.cpp:1: /usr/include/eigen3/Eigen/CholmodSupport:16:23: fatal error: cholmod.h: No such file or directory compilation terminated. CMakeFiles/pclbo.dir/build.make:86: recipe for target 'CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o' failed make[2]: *** [CMakeFiles/pclbo.dir/src/meshgeoheat.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pclbo.dir/all' failed make[1]: *** [CMakeFiles/pclbo.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2Any chance you could help me out here? Thanks in advance, looking forward to run your Heat diffusion demo on some more objects!