随笔分类 - 算法
摘要:由于经常涉及到GPS程序的编写,现在貌似这个GPS是越来越火,越来越多的朋友在编写GPS程序,估计是个人都会遇到这个GPS坐标转换的问题,很惭愧的是,作为一个测量专业出身的学生,我还得时不时的要把这些概念翻过来覆过去的看好几遍,每次看书都能有新的收获,我希望这次用这篇博客能够详细具体的把GPS坐标转
阅读全文
摘要:http://blog.csdn.net/u010025211/article/details/25032209 开源库:http://www.cs.cmu.edu/~quake/triangle.html 下载地址: 链接:http://pan.baidu.com/s/1jIlxK6U 密码:2x
阅读全文
摘要:合并排序,将两个已经排序的数组合并成一个数组,此示例仅能合并由小到大排序的数组.1/合并生成一个新的数组;#include #include using namespace std;void mergeArray(int *a,int aLen,int *b,int bLen,int *c){ ...
阅读全文
摘要:1、粗配准拼接#include #include #include #include #include #include #include #include using namespace pcl;///////////////////////////////////////////////////...
阅读全文
摘要:#include #include // the rest of the code goes here如果你的代码是库的一部分,可以被他人使用,需要为你自己的MyPointType类型进行显示实例化。实例下面的代码段创建了包含XYZ数据的新point类型,连同一个的test的浮点型数据,这样满足存储...
阅读全文
摘要:泊松表面重建(Poisson Surface Reconstruction)http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.11/http://www.cnblogs.com/liangliangdetianxia/p/3999952....
阅读全文
摘要:http://www.cnblogs.com/wuren/archive/2013/03/27/2985352.htmlhttp://blog.chinaunix.net/uid-22414998-id-4143709.htmlhttp://www.dmoz.org/Computers/Artifi...
阅读全文
浙公网安备 33010602011771号