浏览代码

add log info

Jérôme BUISINE 3 年之前
父节点
当前提交
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) {