#pragma once #include <opencv2\imgproc\types_c.h> class DoublePointerAlgorithm { public: int GetResult(cv::Mat sourceMat, bool IsShowWnd = true); };