#pragma once #include class DoublePointerAlgorithm { public: int GetResult(cv::Mat sourceMat, bool IsShowWnd = true); };