06 2018 档案

摘要:#include <iostream>#include <opencv2/opencv.hpp>#include <math.h> using namespace std;using namespace cv; //拉普拉斯 边缘计算void TLaplacian() { Mat img1, img 阅读全文
posted @ 2018-06-28 15:38 西北逍遥 阅读(4640) 评论(0) 推荐(0) 编辑
摘要:一个球体与三个圆柱体形成一个组合体,在该组合体中,球体的透明度属性是由全透明到不透明之间变换,而且包括:旋转、平移等变换。 package com.vfsd.test0621; import java.applet.Applet;import java.awt.BorderLayout;import 阅读全文
posted @ 2018-06-22 10:00 西北逍遥 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-21 07:51 西北逍遥 阅读(1045) 评论(5) 推荐(0) 编辑
摘要:#include <opencv2/opencv.hpp>#include <iostream> using namespace std;using namespace cv; void ChangeImgBG();Mat HandleImgData(Mat &img);/*图片背景替换知识点:分水 阅读全文
posted @ 2018-06-20 19:42 西北逍遥 阅读(2665) 评论(0) 推荐(0) 编辑
摘要:即系IFC数据并存储到关系型数据库中,目前解析的IFC文件是两亿多行,构件数量120万 参考论文:http://cpfd.cnki.com.cn/Article/CPFDTOTAL-JGCB201811001064.htm 阅读全文
posted @ 2018-06-16 19:26 西北逍遥 阅读(2247) 评论(0) 推荐(0) 编辑
摘要:#include <opencv2/opencv.hpp>#include <iostream> using namespace cv;using namespace std; //加载图片并显示灰度图void loadGrayImg(){ Mat src = imread("D:\\images\ 阅读全文
posted @ 2018-06-12 19:52 西北逍遥 阅读(9622) 评论(0) 推荐(0) 编辑
摘要:#include <opencv2/opencv.hpp>#include <iostream> using namespace cv;using namespace std; int main() { Mat src = imread("D:\\images\\1.jpg"); if (src.e 阅读全文
posted @ 2018-06-12 19:26 西北逍遥 阅读(202) 评论(0) 推荐(0) 编辑
摘要:rand()函数在(0,1)上创建均匀分布的随机数的数组 >> rand(3,5) ans = 0.8147 0.9134 0.2785 0.9649 0.9572 0.9058 0.6324 0.5469 0.1576 0.4854 0.1270 0.0975 0.9575 0.9706 0.80 阅读全文
posted @ 2018-06-04 07:44 西北逍遥 阅读(809) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-01 12:20 西北逍遥 阅读(741) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示