ArresterCircularZeroThreeALGO.h 210 B

12345678910
  1. #pragma once
  2. #include <opencv2/highgui.hpp>
  3. #include <opencv2/imgproc.hpp>
  4. #include "LineHandle.h"
  5. class ArresterCircularZeroThreeALGO
  6. {
  7. public:
  8. double GetResult(cv::Mat sourceMat, bool IsShowWnd = true);
  9. };