#ifndef FAULTMANAGER_H #define FAULTMANAGER_H #include class FaultManager { public: void SaveImage(cv::Mat image); }; #endif