This commit is contained in:
Shital Shah 2018-08-23 02:56:38 -07:00
Родитель ac4a56c427
Коммит 77f84fff2c
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -187,8 +187,7 @@ protected:
float depth = depth_image.at(i);
float inv_depth = Utils::clip(1 / (depth + 1), 0.0f, 1.0f) / 1.0f;
//if (i >= 66)
// Utils::DebugBreak();
//r[i] = common_utils::bmp::convert_wave_length_nm_to_rgb(inv_depth * (725 - 400) + 400);
common_utils::ColorUtils::valToRGB(inv_depth, r[i].red, r[i].green, r[i].blue);
}