Jérôme BUISINE преди 4 години
родител
ревизия
04c6198499
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      main/extract_stats_images_all_reduced.cpp

+ 1 - 0
main/extract_stats_images_all_reduced.cpp

@@ -398,6 +398,7 @@ int main(int argc, char *argv[]){
             try {
                 
                 float* RGBpixels = rawls::getPixelsRAWLS(imagesPath.at(i));
+                std::cout << "Read image n°" << nsamples << " / " << nsamples << " for tile n°" << t_index << " / " << tiles.size() << std::endl;
 
                 unsigned index = 0;
                 for (int y = tile.p1.y; y < tile.p2.y; ++y) {