登录
首页 » Visual C++ » opengltest1

opengltest1

于 2011-12-06 发布 文件大小:49276KB
0 109
下载积分: 1 下载次数: 238

代码说明:

  使用VS2008和opengl编写的全景图像拼接程序,可以完成图像拼接的立体显示,可以旋转,缩放,控制键为空格,和上下左右的四个箭头键,以及上下翻页两个键。包括立方体,圆柱面和球面全景图的生成,附有测试图片。 (Written using VS2008 and opengl panoramic image stitching programs you can complete the three-dimensional image mosaic display, you can rotate, zoom, control key for the space, and the four arrow keys up and down, and flip up and down two keys. Including cubic, cylindrical and spherical panorama generation, with a test picture. )

文件列表:

Debug
.....\opengltest1.pdb,666624,2010-04-27
opengltest1





...........\cube_map_d.bmp,786486,2010-05-01
...........\cube_map_f.bmp,786486,2010-05-01
...........\cube_map_l.bmp,786486,2010-05-01
...........\cube_map_r.bmp,786486,2010-05-01
...........\cube_map_u.bmp,786486,2010-05-01
...........\Debug
...........\.....\BuildLog.htm,5974,2010-04-27
...........\.....\mt.dep,67,2010-04-23
...........\.....\opengltest1.exe.embed.manifest,663,2010-04-15
...........\.....\opengltest1.exe.embed.manifest.res,728,2010-04-15
...........\.....\opengltest1.exe.intermediate.manifest,621,2010-04-27
...........\.....\opengltest1.obj,36506,2010-04-21
...........\.....\opengltest1.pch,3211264,2010-04-15
...........\.....\stdafx.obj,12497,2010-04-15
...........\.....\texture.obj,55361,2010-04-27
...........\.....\vc90.idb,470016,2010-04-27
...........\.....\vc90.pdb,184320,2010-04-27
...........\FLOOR.BMP,196664,1999-09-09
...........\imgetext1.cpp,15643,2010-04-21
...........\MONA.BMP,196664,1999-09-21
...........\opengltest1.cpp,2889,2010-04-21
...........\opengltest1.vcproj,4570,2010-04-30
...........\opengltest1.vcproj.PC-200911282127.Administrator.user,1427,2010-05-12
...........\p1.bmp,424169,2010-03-25
...........\q1.bmp,40722318,2010-05-01
...........\q1_bmp.bmp,12582966,2010-05-01
...........\q2.bmp,42296814,2010-05-01
...........\q2_bmp.bmp,12582966,2010-05-01
...........\ReadMe.txt,1207,2010-04-15
...........\Release
...........\.......\BuildLog.htm,7708,2010-05-01
...........\.......\mt.dep,67,2010-05-01
...........\.......\opengltest1.exe.intermediate.manifest,381,2010-05-01
...........\.......\opengltest1.pch,3211264,2010-04-30
...........\.......\stdafx.obj,36884,2010-04-30
...........\.......\texture.obj,83189,2010-05-01
...........\.......\vc90.idb,158720,2010-05-01
...........\.......\vc90.pdb,184320,2010-05-01
...........\Resource.rc,1553,2010-04-23
...........\stdafx.cpp,216,2010-04-15
...........\stdafx.h,233,2010-04-15
...........\targetver.h,498,2010-04-15
...........\test.bmp,1572918,2010-04-28
...........\test2.bmp,6291510,2010-04-28
...........\texture.cpp,25232,2010-05-01
opengltest1.ncb,14896128,2010-05-12
opengltest1.sln,899,2010-04-15
Release
.......\opengltest1.exe,86016,2010-05-01
.......\opengltest1.pdb,1240064,2010-05-01
.......\test2.bmp

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

发表评论

0 个回复

  • 14.6.16
    源码,包括树形控件与xml之间的调用,UDP协议的数据库连接,还有mfc的listview和treeview的使用,给界面显示图标等等,使用vs2005测试通过。(Source, including calls between tree control with xml, UDP protocol database connection, as well as the use of listview and treeview mfc, giving the interface displays icons and so on, using vs2005 test.)
    2014-06-17 19:23:04下载
    积分:1
  • StandEx
    C/C++中调用MATLAB C Math Library 的实现(C/C Calling MATLAB C Math Library Implementation)
    2004-12-08 11:22:20下载
    积分:1
  • chat
    实现简单的点对点式聊天,发送文字,图片等信息。(achieve a simple point to point style chat, send text, pictures and other information)
    2018-09-05 22:55:21下载
    积分:1
  • CListCtrlExtendedPlugin
    CListCtrl 的扩展,可以实现排序,提示条,隐藏或显示某一列,编辑某一项,支持拖拽等功能。(Grid Control Based on CListCtrl Sorting Cell navigation and keyboard search Tooltips Hiding and showing columns Cell editing Grouping Clipboard (copy only) Persist column width, position and visibility OLE Drag and Drop (includes reordering of items) )
    2009-12-07 18:44:33下载
    积分:1
  • 实现图像的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • contourlet_toolbox
    contourlet的工具箱,matlab和C代码(contourlet toolbox, matlab and C code)
    2010-05-29 15:33:02下载
    积分:1
  • fluid-1
    说明:  气泡上浮实验,基于fluent的二维模型(Bubble Floating Experiment)
    2019-03-28 21:16:57下载
    积分:1
  • xuanxing
    GPS选星算法,选择几何形状最好的卫星组合(GPS satellite selection algorithm to select the best geometry of the satellite portfolio)
    2021-04-19 17:18:51下载
    积分:1
  • POCS
    matlab应用源程序,只能采集,网络连接(matlab application source code, can collect)
    2013-11-23 16:19:50下载
    积分:1
  • digital-thermometer
    数字温度计 DS18B20控制的数字温度计(Digital Thermometer DS18B20 digital thermometer control)
    2013-08-20 17:20:24下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载