落后超短裙

文章
3
资源
0
加入时间
2年10月21天

基于C++的opencv练习findcontours 过程

#include<iostream>#include<opencv2/opencv.hpp>#include<string>using namespace std;using namespace cv;int main(){ Mat img = imread("contours.jpg");//边界线在绘制的时候是使用3通道rgb绘制的所...