struct ImgBase{ ImgParams params; Time timestamp; depth imagedepth; }; template struct Img : public ImgBase{ std::vector data; };