SOMS/test/XuAilibTest/SemicircularMeter.h

10 lines
150 B
C
Raw Normal View History

2024-07-15 10:31:26 +08:00
#pragma once
#include <opencv2\imgproc\types_c.h>
class SemicircularMeter
{
public:
double GetResult(cv::Mat sourceMat, bool IsShowWnd = true);
};