SOMS/test/XuAilibTest/DoublePointerAlgorithm.h
2024-07-15 10:31:26 +08:00

10 lines
152 B
C++

#pragma once
#include <opencv2\imgproc\types_c.h>
class DoublePointerAlgorithm
{
public:
int GetResult(cv::Mat sourceMat, bool IsShowWnd = true);
};