fixed rgbdMatC4 not declared compilation error (bug from #108)

This commit is contained in:
Mathieu Labbe
2016-08-28 16:05:46 -04:00
parent fb527e5df4
commit 52c7395578

View File

@@ -1612,7 +1612,7 @@ SensorData CameraFreenect2::captureImage(CameraInfo * info)
#else
cv::cvtColor(rgbMatC4, rgb, CV_BGRA2BGR);
cv::cvtColor(rgbMatBGRA, rgb, CV_BGRA2BGR);
#endif
cv::flip(rgb, rgb, 1);