#pragma once #include "opencv2/imgproc.hpp" class Helpers { public: static std::vector loadImage; static std::vector loadLabels; };