opencv/opencv_test.h
lls abffcb247f 滑动
Signed-off-by: lls <staying_liu_1@163.com>
2025-03-07 20:46:55 +08:00

25 lines
383 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ÏñËØ¶Áд·ÃÎÊ,
Mat operter_zuo(Mat& temp);
void tar_bar(Mat& temp);
void bar_demo(Mat& temp);
Mat operter_chen(Mat& temp);
private:
};