#ifndef ICL_IMAGE_STATISTICS_H #define ICL_IMAGE_STATISTICS_H #include #include #include #include namespace icl{ struct ImageStatistics{ ImgParams params; depth d; std::vector ranges; std::vector > histos; bool isNull; }; } #endif