摘要: #include <opencv2/opencv.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <iostream> using namespace cv; us 阅读全文
posted @ 2019-12-20 13:39 Aiden_Shao 阅读(640) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2\opencv.hpp> #include <opencv2\highgui\highgui.hpp> #include <opencv2\features2d\features2d.hpp> #include <opencv2\core\core.hpp> usi 阅读全文
posted @ 2019-12-20 13:37 Aiden_Shao 阅读(444) 评论(0) 推荐(0) 编辑
摘要: import xml.etree.ElementTree as ET import os, cv2 from tqdm import tqdm annota_dir = 'C:\\Users\\Administrator\\Desktop\\1_stage_template\\Annotations 阅读全文
posted @ 2019-12-20 12:04 Aiden_Shao 阅读(2561) 评论(0) 推荐(0) 编辑
摘要: //图像的二值化 #include <opencv2/opencv.hpp> using namespace std; IplImage *g_pGrayImage = NULL; IplImage *g_pBinaryImage = NULL; const char *pstrWindowsBin 阅读全文
posted @ 2019-12-20 11:59 Aiden_Shao 阅读(564) 评论(0) 推荐(0) 编辑