Parcourir la source

Suppression d'un cout inutile

synave il y a 2 ans
Parent
commit
023ea56e15
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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);