#pragma once #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> class DoublePointerCountALGO { public: int GetResult(cv::Mat sourceMat, bool IsShowWnd = true); };