DoublePointerAlgorithm.h 152 B

123456789
  1. #pragma once
  2. #include <opencv2\imgproc\types_c.h>
  3. class DoublePointerAlgorithm
  4. {
  5. public:
  6. int GetResult(cv::Mat sourceMat, bool IsShowWnd = true);
  7. };