rgbd.hpp 847 B

12345678910111213141516171819202122232425262728
  1. // This file is part of OpenCV project.
  2. // It is subject to the license terms in the LICENSE file found in the top-level directory
  3. // of this distribution and at http://opencv.org/license.html
  4. // This code is also subject to the license terms in the LICENSE_KinectFusion.md file found in this module's directory
  5. // This code is also subject to the license terms in the LICENSE_WillowGarage.md file found in this module's directory
  6. #ifndef __OPENCV_RGBD_HPP__
  7. #define __OPENCV_RGBD_HPP__
  8. #include "opencv2/rgbd/linemod.hpp"
  9. #include "opencv2/rgbd/depth.hpp"
  10. #include "opencv2/rgbd/kinfu.hpp"
  11. #include "opencv2/rgbd/dynafu.hpp"
  12. #include "opencv2/rgbd/large_kinfu.hpp"
  13. #include "opencv2/rgbd/detail/pose_graph.hpp"
  14. #include "opencv2/rgbd/colored_kinfu.hpp"
  15. /** @defgroup rgbd RGB-Depth Processing
  16. @ref kinfu_icp
  17. */
  18. #endif
  19. /* End of file. */