Advertisement
Guest User

Untitled

a guest
Jun 8th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.19 KB | None | 0 0
  1. /home/sochalab/fromsource/opencv-3.4.1/opencv_contrib/modules/rgbd/src/tsdf.cpp: In function ‘cv::Ptr<cv::kinfu::TSDFVolume> cv::kinfu::makeTSDFVolume(cv::kinfu::KinFu::Params::PlatformType, int, float, cv::Affine3f, float, int, float):
  2. /home/sochalab/fromsource/opencv-3.4.1/opencv_contrib/modules/rgbd/src/tsdf.cpp:1206:36: error: ‘cv::kinfu::KinFu::Params::PlatformType’ is not a class or namespace
  3.      case cv::kinfu::KinFu::Params::PlatformType::PLATFORM_CPU:
  4.                                     ^
  5. /home/sochalab/fromsource/opencv-3.4.1/opencv_contrib/modules/rgbd/src/tsdf.cpp:1209:36: error: ‘cv::kinfu::KinFu::Params::PlatformType’ is not a class or namespace
  6.      case cv::kinfu::KinFu::Params::PlatformType::PLATFORM_GPU:
  7.                                     ^
  8. modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make:62: recipe for target 'modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.o' failed
  9. make[2]: *** [modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.o] Error 1
  10. CMakeFiles/Makefile2:16798: recipe for target 'modules/rgbd/CMakeFiles/opencv_rgbd.dir/all' failed
  11. make[1]: *** [modules/rgbd/CMakeFiles/opencv_rgbd.dir/all] Error 2
  12. Makefile:160: recipe for target 'all' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement