Bringing all of the experiments to a new interface

This commit is contained in:
Tadas Baltrusaitis
2017-12-16 13:14:02 +00:00
parent d0279d2224
commit 9470298005
14 changed files with 17 additions and 17 deletions

View File

@@ -90,7 +90,6 @@ void Visualizer::SetImage(const cv::Mat& canvas, float fx, float fy, float cx, f
{
// Convert the image to 8 bit RGB
captured_image = canvas.clone();
ConvertToRGB_8bit(captured_image);
this->fx = fx;
this->fy = fy;