摘要:1. 地下巷道数据集 SubT Reference Dataset https://bitbucket.org/jgrogers/subt_reference_datasets/src/master/ 阅读全文
摘要:1.绘制圆柱体,计算圆柱体表面某一点的法向量。 1 r=5; 2 h=10; 3 n=100;%分点数 4 radius = 1.0;%搜索半径 5 min_neighbors = 8; 6 % 7 n_h= floor(h/(r*2*pi/n)); 8 X=zeros(n,n_h); 9 Y=ze 阅读全文
摘要:利用GN算法进行社区发现 https://blog.csdn.net/qq_25102303/article/details/93379181?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-3 复杂网络社团发现】GN算法步骤详解(附 阅读全文
摘要:Boost Graph Library,BGL 使用学习 探索 Boost Graph Library https://www.ibm.com/developerworks/cn/aix/library/au-aix-boost-graph/ https://blog.csdn.net/ktiger 阅读全文
摘要:https://www.mdpi.com/journal/sensors/special_issues/Deep_Learning_Remote Deep Learning for Remote Sensing Data: A Technical Tutorial on the State of t 阅读全文
摘要:https://www.cnblogs.com/dengfaheng/p/10035747.html 阅读全文
摘要:概率图模型中,贝叶斯是有向图,马尔可夫是无向图。 马尔可夫随机场 条件随机场 联合概率密度P(y) 条件概率,在变量的基础上增加了特征 P(y|x) CRF变量子集上存在有向依赖的马尔可夫网 ——《概率图模型》厚书 CRF是给定随机变量X条件下,随机变量Y的马尔科夫随机场。 ——《统计学习》李航 定 阅读全文
摘要:https://www.pinginglab.net/article/190 https://github.com/imhuay/Algorithm_Interview_Notes-Chinese https://www.cnblogs.com/wangxiaocvpr/p/5954370.html 阅读全文
摘要:| 文件夹/文件 | 描述 | | | || junc | For training junction detector. || linepx | For training straight line pixel detector. || wireframe.py | Generate line s 阅读全文
摘要:1.基于图元的CAD模型、三维点云、Mesh网格模型、体素化模型、八叉树表示、TSDF表示等 Naseer, M., S. H. Khan and F. Porikli "Indoor Scene Understanding in 2.5/3D for Autonomous Agents: A Su 阅读全文
摘要:http://buildingparser.stanford.edu/dataset.html 阅读全文
摘要:研究了两天,终于实现了利用xBIM自动输出墙和门窗 比较粗糙的源码如下: 1 private void Form1_Load(object sender, EventArgs e) 2 { 3 //first create and initialise a model called Hello Wa 阅读全文
摘要:1.新建一个c#项目,在工具-》NuGet程序包管理器-》程序包管理控制台 输入如下命令: Install-Package Xbim.Essentials -Version 4.0.29 Install-Package Xbim.Geometry -Version 4.0.11 这样就配置好了开发环 阅读全文
摘要:新浪微博看到的一张图片:大数据分析和人工智能 https://weibo.com/1784501333/Gxc6kjY4u?filter=hot&root_comment_id=0&type=comment#_rnd1556502914277 阅读全文
摘要:SACSegmentation封装了多种Ransac方法,包括: RandomSampleConsensus, LeastMedianSquares, MEstimatorSampleConsensus ProgressiveSampleConsensus, RandomizedRandomSamp 阅读全文
摘要:1. 分析工具——>空间关联 使用注意,直接用FID似乎不可行,我是自己重新建了一个"String"字段,值用字段计算器从FID获取过来。之后按照上面的步骤才成功。 实现主要是通过了两个步骤: (1)使用polygon to line功能,生成的line文件将自带有弧段左右多边形的拓扑信息; (2) 阅读全文
摘要:Parametric Architectural Design with Point-clouds Seamless Pedestrian Navigation in Indoor/Outdoor Large Spaces with No Clear Patterns for Movement GE 阅读全文
摘要:通过代码实现了导出CityGML功能 阅读全文