mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
Freenect2: fixed noisy rectification of depth image on IR+Depth mode.
This commit is contained in:
@@ -1640,7 +1640,7 @@ SensorData CameraFreenect2::captureImage(CameraInfo * info)
|
||||
{
|
||||
//rectify
|
||||
rgb = stereoModel_.left().rectifyImage(rgb);
|
||||
depth = stereoModel_.left().rectifyImage(depth);
|
||||
depth = stereoModel_.left().rectifyDepth(depth);
|
||||
fx = stereoModel_.left().fx();
|
||||
fy = stereoModel_.left().fy();
|
||||
cx = stereoModel_.left().cx();
|
||||
|
||||
Reference in New Issue
Block a user