#include "opencv2/imgproc.hpp" #include class Helpers { public: static std::vector loadImage(const std::string& filename, int sizeX = 224, int sizeY = 224); static std::vector loadLabels(const std::string& filename); };