opencv/opencv_test.h
lls 5467684710 记录1
Signed-off-by: lls <staying_liu_1@163.com>
2025-03-07 12:00:23 +08:00

17 lines
266 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#include<opencv2/opencv.hpp>
using namespace cv;
class opencv_t
{
public:
opencv_t();
~opencv_t();
static opencv_t* create_new();
void visit_xiangsu(Mat& temp);//MatÏñËØ¶Áд·ÃÎÊ
void visit_xiangsu(Mat& temp,int a);//MatÏñËØ¶Áд·ÃÎÊ,
private:
};