登录
首页 » Visual C++ » 利用opengl三维显示地理场景 3D DEM

利用opengl三维显示地理场景 3D DEM

于 2010-04-29 发布 文件大小:613KB
0 111
下载积分: 1 下载次数: 13

代码说明:

3D_DEM 利用opengl三维显示地理场景

文件列表:

3D_DEM\scbarg.h
3D_DEM\moon.bmp
3D_DEM\earth.bmp
3D_DEM\DEM.cpp
3D_DEM\Resource.h
3D_DEM\DEM.clw
3D_DEM\ReadMe.txt
3D_DEM\DEMEdit.h
3D_DEM\DEM.h
3D_DEM\scbarg.cpp
3D_DEM\StdAfx.cpp
3D_DEM\DEMEdit.cpp
3D_DEM\ChildFrm.h
3D_DEM\ChildFrm.cpp
3D_DEM\DEM.dsp
3D_DEM\DEMDoc.h
3D_DEM\StdAfx.h
3D_DEM\DEMDoc.cpp
3D_DEM\PointAttrib.cpp
3D_DEM\MapPickAttrib.cpp
3D_DEM\DEM.dsw
3D_DEM\DEM.ncb
3D_DEM\ComboToolBar.h
3D_DEM\GLEnabledView.h
3D_DEM\ViewPort.cpp
3D_DEM\ColorButton.h
3D_DEM\ComboToolBar.cpp
3D_DEM\ColorButton.cpp
3D_DEM\DEMdata.h
3D_DEM\PointAttrib.h
3D_DEM\MapViewAttrib.cpp
3D_DEM\DEMView.h
3D_DEM\OpenGLText.cpp
3D_DEM\DEM.plg
3D_DEM\PointAttribData.cpp
3D_DEM\ViewPort.h
3D_DEM\MapViewAttrib.h
3D_DEM\OpenGLText.h
3D_DEM\PointAttribData.h
3D_DEM\CoolTabCtrl.cpp
3D_DEM\sizecbar.cpp
3D_DEM\sizecbar.h
3D_DEM\CoolTabCtrl.h
3D_DEM\res\DEM.rc2
3D_DEM\res\DEMDoc.ico
3D_DEM\res\DEM.ico
3D_DEM\res\Thumbs.db
3D_DEM\res\arrow_r.cur
3D_DEM\res\harrow.cur
3D_DEM\res\hmove.cur
3D_DEM\res\cursor1.cur
3D_DEM\res\zoomin1.cur
3D_DEM\res\scaletoo.bmp
3D_DEM\res\toolbar1.bmp
3D_DEM\res\bmp00001.bmp
3D_DEM\res\showtool.bmp
3D_DEM\res\earth.bmp
3D_DEM\res\mainfram.bmp
3D_DEM\res\Toolbar.bmp
3D_DEM\FullScreenHandler.cpp
3D_DEM\FullScreenHandler.h
3D_DEM\MainFrm.cpp
3D_DEM\MainFrm.h
3D_DEM\DEM.rc
3D_DEM\DEM.APS
3D_DEM\DEMdata.cpp
3D_DEM\DEMView.cpp
3D_DEM\GLEnabledView.cpp
3D_DEM\DEM.opt
3D_DEM\Debug
3D_DEM\res
3D_DEM\Release
3D_DEM

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HumanDet1
    人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)
    2021-03-05 18:49:31下载
    积分:1
  • cameracalibrator
    opencv单目标定程序(opencv2计算机视觉编程手册),附带图片(Single camera calibration program of Opencv, attached picture )
    2014-12-01 20:22:57下载
    积分:1
  • neural
    MATLAB发多少个地方上工地地方给定复旦给对方个地方个 地方 个(MATLAB hair on the site where the number of places given to the other places Fudan places a)
    2014-12-02 10:48:10下载
    积分:1
  • proe-designMsg
    应用C语言进行proe二次开发,设计proe的消息显示(Application of C language proe secondary development, design proe news shows)
    2008-02-26 16:40:23下载
    积分:1
  • WindowNetWork
    Window网络与通信 书的配套源码(Window networking and communications supporting the FO)
    2006-06-02 14:12:22下载
    积分:1
  • xiererfenchazhao
    希尔排序c++数据结构算法 二分查找的递归算法(希尔排序c++数据结构算法 二分查找的递归算法 )
    2010-12-10 18:32:52下载
    积分:1
  • 可压缩非结构网格程序
    说明:  可直接在Linux下编译,同时支持Windows下完成,亲测可用(It can be compiled directly under Linux and supported under Windows. It is available for personal testing.)
    2020-06-25 10:20:01下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • imge-information-hiding
    matlab 图像信息隐藏 LSB方法(LSB method of information hiding matlab)
    2011-05-27 14:58:36下载
    积分:1
  • levelset_withoutreinitialization
    利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
    2010-01-13 22:30:46下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载