opencv/opencv_test.h
lls b8f5bb14fb opencv学习内容
Signed-off-by: lls <staying_liu_1@163.com>
2025-03-07 11:39:01 +08:00

17 lines
211 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ĎńËŘśÁĐ´ˇĂÎĘ
private:
};