This website requires JavaScript.
Explore
Help
Sign In
i
/
rtabmap
Watch
1
Star
0
Fork
0
mirror of
https://github.com/introlab/rtabmap.git
synced
2026-09-10 21:40:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2dde360934d0622aef5584455bbcd6e6952aec6
rtabmap
/
examples
/
RGBDMapping
T
History
Mathieu Labbe
45a5da9f16
Fixed ./rtabmap-rgbd_mapping fatal error : "[FATAL] (2015-01-30 11:29:02.636) util3d.cpp:632::cloudFromDepthRGB() Condition (!imageDepth.empty() && (imageDepth.type() == CV_16UC1 || imageDepth.type() == CV_32FC1)) not met!"
2015-01-30 11:41:46 -05:00
..
CMakeLists.txt
Added c++ example of RTAB-Map RGB-D version
2014-02-24 21:04:02 +00:00
main.cpp
Stereo! The memory can now handle directly stereo images. Disparity can be computed on the fly by keeping left and right images, so for features extraction (and for re-extraction on loop closure), we can compute 3D points precisely. New parameters can be found under "RGB-D Mapping->Stereo". Full image disparity is reconstructed in the GUI (not the core).
2014-10-16 00:14:23 +00:00
MapBuilder.h
Fixed ./rtabmap-rgbd_mapping fatal error : "[FATAL] (2015-01-30 11:29:02.636) util3d.cpp:632::cloudFromDepthRGB() Condition (!imageDepth.empty() && (imageDepth.type() == CV_16UC1 || imageDepth.type() == CV_32FC1)) not met!"
2015-01-30 11:41:46 -05:00