摘要:
申请成为天地图开发者,创建应用 编写代码: <!DOCTYPE html> <html lang="en"> <head> <!-- Use correct character set. --> <meta charset="utf-8" /> <!-- Tell IE to use the lat 阅读全文
摘要:
利用PCL 1.8.1中的pcl::eigen33()方法计算特征值和特征向量,得到的最大特征值对应的特征向量似乎不稳定。 将点云平移一个很大的位置之后,该特征向量就不全对了。 if (kdtree.radiusSearch(searchPoint, s_radius, nn_indices, nn 阅读全文
摘要:
创建墙测试 1 using Autodesk.Revit.UI; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threadin 阅读全文