会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GIS开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2016年6月17日
纹理贴图
摘要: vtkNew points; points->SetNumberOfPoints(4); points->SetPoint(0, 0, 0, 0); points->SetPoint(1, 1, 0, 0); points->SetPoint(2, 1, 1, 0); points->SetPoint(3, 0, 1...
阅读全文
posted @ 2016-06-17 15:42 20118281131
阅读(394)
评论(0)
推荐(0)
2016年6月15日
像素
摘要: /*********************************************************************** RawKinectViewer - Simple application to view color and depth images captured from a Kinect device. Copyright (c) 2010-2015 Oli...
阅读全文
posted @ 2016-06-15 07:49 20118281131
阅读(294)
评论(0)
推荐(0)
依赖库
摘要: project(Viewer) cmake_minimum_required(VERSION 2.8) aux_source_directory(. SRC_LIST) add_executable(${PROJECT_NAME} ${SRC_LIST}) target_link_libraries(${PROJECT_NAME} Misc.g++-3 Threads.g++-3 USB.g++...
阅读全文
posted @ 2016-06-15 07:42 20118281131
阅读(341)
评论(0)
推荐(0)
2016年1月10日
OpenGLQuick
该文被密码保护。
阅读全文
posted @ 2016-01-10 16:10 20118281131
阅读(2)
评论(0)
推荐(0)
2015年12月23日
marble
该文被密码保护。
阅读全文
posted @ 2015-12-23 13:32 20118281131
阅读(3)
评论(0)
推荐(0)
2015年10月14日
(转) QImage总结
摘要: 嗯,这个QImage的问题研究好久了,有段时间没用,忘了,已经被两次问到了,突然有点解释不清楚,我汗颜,觉得有必要重新总结下了,不然无颜对自己了。图像的数据是以字节为单位保存的,每一行的字节数必须是4的整数倍,不足的补0。(因为我们使用的是32操作系统,因此数据是按照32位对齐的,所以每行的字节数必...
阅读全文
posted @ 2015-10-14 11:12 20118281131
阅读(20693)
评论(0)
推荐(1)
2015年10月12日
Marble 绘制线
摘要: #include #include #include #include using namespace Marble; class MyMarbleWidget : public MarbleWidget { public: virtual void customPaint(GeoPa...
阅读全文
posted @ 2015-10-12 15:48 20118281131
阅读(373)
评论(0)
推荐(0)
Marble 添加自定义Layer
摘要: #include #include #include #include #include #include #include #include #include using namespace Marble; class MyPaintLayer : public QObject, public...
阅读全文
posted @ 2015-10-12 15:46 20118281131
阅读(387)
评论(0)
推荐(0)
marble 基本函数(一)
摘要: 1. 标记 GeoDataPlacemark *place = new GeoDataPlacemark( "Bucharest" ); place->setCoordinate( 25.97, 44.43, 0.0, GeoDataCoordinates::Degree ); p...
阅读全文
posted @ 2015-10-12 15:16 20118281131
阅读(396)
评论(0)
推荐(0)
2015年10月8日
deb
摘要: 1、APT方式(1)普通安装:apt-get install softname1 softname2 …;(2)修复安装:apt-get -f install softname1 softname2... ;(-f Atemp to correct broken dependencies)(3)重新...
阅读全文
posted @ 2015-10-08 14:19 20118281131
阅读(330)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告