10 lines
150 B
C
10 lines
150 B
C
![]() |
#pragma once
|
||
|
#include <opencv2\imgproc\types_c.h>
|
||
|
|
||
|
class SemicircularMeter
|
||
|
{
|
||
|
public:
|
||
|
double GetResult(cv::Mat sourceMat, bool IsShowWnd = true);
|
||
|
};
|
||
|
|