上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: 阅读全文
posted @ 2015-03-21 20:44 lwn6 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 结果预览:一.代码5个文件//glwidget.h#ifndef GLWIDGET_H#define GLWIDGET_H#include class GLWidget:public QGLWidget{ Q_OBJECTpublic: explicit GLWidget(QWidget... 阅读全文
posted @ 2015-03-17 18:35 lwn6 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 泊松表面重建(Poisson Surface Reconstruction)http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.11/http://www.cnblogs.com/liangliangdetianxia/p/3999952.... 阅读全文
posted @ 2015-03-05 23:05 lwn6 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 1.本算法使用了PCL点云库,因此运行此代码需要安装PCL (http://pointclouds.org/)其中平面区域的简化效率时70%,其它区域的简化效率时30%.//downSample#include #include #include #include #include #include... 阅读全文
posted @ 2015-03-04 11:08 lwn6 阅读(3191) 评论(2) 推荐(1) 编辑
摘要: #include #include //多线程相关操作头文件,可移植众多平台using namespace std;struct mypara{ int para1; //参数1 char *para2; //... 阅读全文
posted @ 2015-02-08 17:24 lwn6 阅读(6267) 评论(0) 推荐(0) 编辑
摘要: 1、代码//thread.cpp#include #include //多线程相关操作头文件,可移植众多平台using namespace std;#define NUM_THREADS 5 //线程数void* say_hello( void* args ){ cout << "hello... 阅读全文
posted @ 2015-02-07 12:57 lwn6 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 从wiki开始:http://en.wikipedia.org/wiki/Machine_learning今天看机器学习相关的文章,了解了一下opencv中机器学习功能比较多了 (http://docs.opencv.org/modules/ml/doc/ml.html)和KNIME Analyti... 阅读全文
posted @ 2015-02-04 23:02 lwn6 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 一、标题栏图标1.*.qrc资源文件中添加图片2.添加代码setWindowIcon(QIcon(":/images/paste.png")); //设置窗口上的图标,需要在*.qrc文件中添加此图片//setWindowTitle("ENVI 4.5"); //设置窗口标题/... 阅读全文
posted @ 2015-02-03 16:28 lwn6 阅读(1084) 评论(0) 推荐(0) 编辑
摘要: 1、 均值数学定义:Matlab函数:mean>>X=[1,2,3]>>mean(X)=2如果X是一个矩阵,则其均值是一个向量组。mean(X,1)为列向量的均值,mean(X,2)为行向量的均值。>>X=[1 2 34 5 6]>>mean(X,1)=[2.5, 3.5, 4.5]>>mean(X... 阅读全文
posted @ 2015-02-02 22:33 lwn6 阅读(5523) 评论(0) 推荐(0) 编辑
摘要: 1、现在对两个文件生成可执行文件//thanks.c#include int main(void){ printf("Hello World\n"); thanks_2();}View Code//thanks_2.c#include int thanks_2(void){ pri... 阅读全文
posted @ 2015-02-02 20:57 lwn6 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
什么是幸福?天天在做自己想做的事情,家人、同事、朋友、客户、网友都和和睦睦,身体健康、钱包鼓鼓、女朋友天天开心、生活无忧无虑就是最大的幸福