浏览代码

Suppression d'un cout inutile

synave 2 年之前
父节点
当前提交
023ea56e15
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      HDRip/ImageHDR.cpp

+ 0 - 2
HDRip/ImageHDR.cpp

@@ -354,8 +354,6 @@ void ImageHDR::yCurve(float s, float b, float m, float w, float h)
 
   Eigen::MatrixXf* points = yc.evalpts(100);
 
-  std::cout << *points << std::endl;
-
   Eigen::RowVectorXf y = (*points).col(0) / 100;
   Eigen::RowVectorXf fy = (*points).col(1) / 100;
   delete(points);