mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
fixed rgbdMatC4 not declared compilation error (bug from #108)
This commit is contained in:
@@ -1612,7 +1612,7 @@ SensorData CameraFreenect2::captureImage(CameraInfo * info)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
cv::cvtColor(rgbMatC4, rgb, CV_BGRA2BGR);
|
cv::cvtColor(rgbMatBGRA, rgb, CV_BGRA2BGR);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
cv::flip(rgb, rgb, 1);
|
cv::flip(rgb, rgb, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user