摘要: 3.3.4 距离变换-扫描 1 //////https://blog.csdn.net/gone_huilin/article/details/53223026 2 #include <opencv2/imgproc/imgproc.hpp> 3 #include <opencv2/core/cor 阅读全文
posted @ 2018-08-15 22:29 BreakofDawn 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 基于下面两个例子的理解: 示例一:4通道图像分割 1 #include<opencv2/opencv.hpp> 2 using namespace cv; 3 4 int main() 5 { 6 Mat bgra(500, 500, CV_8UC4, Scalar(255, 255, 0, 255 阅读全文
posted @ 2018-08-15 16:00 BreakofDawn 阅读(416) 评论(0) 推荐(0) 编辑