登录
首页 » Visual C++ » 37

37

于 2007-12-05 发布 文件大小:28684KB
0 247
下载积分: 1 下载次数: 0

代码说明:

说明:  对3D数据运用gpu实现八叉树,完成分割并进行渲染。(The use of 3D data on the GPU octree to achieve complete segmentation and rendering.)

文件列表:

appendix
........\appendix.pdf
cg
..\genatlas
..\........\fp_gen_atlas.cg
..\liboctreegpu
..\............\fp_color_tree.cg
..\............\fp_tree.cg
..\............\fp_tree_lookup.cg
..\............\vp_tree.cg
..\paint
..\.....\fp_diffus_color_tree.cg
..\.....\fp_diffus_interp_color_tree.cg
..\simul
..\.....\fp_interp_simul_tree.cg
..\.....\fp_simul.cg
..\.....\fp_simul_render.cg
..\.....\fp_simul_tree.cg
..\.....\fp_simul_upd.cg
..\.....\vp_simul_render.cg
exe
...\default.tga
...\Paint - RUNME.bat
...\paint.exe
...\Simul - RUNME.bat
...\simul.exe
meshes
......\laddy.3ds
......\readme.txt
......\torus.3ds
picts





.....\pict1.png
.....\Thumbs.db
readme.html
src
...\common
...\......\CCoreException.h
...\......\CGL3DSMesh.cpp
...\......\CGL3DSMesh.h
...\......\common.h
...\......\CProfiler.cpp
...\......\CProfiler.h
...\......\help.cpp
...\......\help.h
...\......\MovieMaker.cpp
...\......\MovieMaker.h
...\......\noise.cpp
...\......\noise.h
...\......\pbuffer.cpp
...\......\pbuffer.h
...\liboctreegpu
...\............\CBox.cpp
...\............\CBox.h
...\............\cg_load.cpp
...\............\cg_load.h
...\............\CHrdwTree.cpp
...\............\CHrdwTree.h
...\............\CLibOctreeGPUException.h
...\............\config.h
...\............\config_hrdwtree.h
...\............\CPolygon.cpp
...\............\CPolygon.h
...\............\CQuaternion.cpp
...\............\CQuaternion.h
...\............\CVertex.cpp
...\............\CVertex.h
...\............\CVertex.inl
...\............\liboctreegpu.vcproj
...\............\MgcBox3.cpp
...\............\MgcBox3.h
...\............\MgcBox3.inl
...\............\MgcIntr3DBoxBox.cpp
...\............\MgcIntr3DBoxBox.h
...\............\MgcMath.cpp
...\............\MgcMath.h
...\............\MgcMath.inl
...\............\MgcVector3.cpp
...\............\MgcVector3.h
...\............\MgcVector3.inl
...\............\utils.cpp
...\............\utils.h
...\octreetex.sln
...\octreetex.suo
...\paint
...\.....\CGenAtlas.cpp
...\.....\CGenAtlas.h
...\.....\CPaintNode.cpp
...\.....\CPaintNode.h
...\.....\CPaintTree.cpp
...\.....\CPaintTree.h
...\.....\default.tga
...\.....\help_text_paint.cpp
...\.....\paint.cpp
...\.....\paint.vcproj
...\readme.txt

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

发表评论

0 个回复

  • CEGUIDemo3
    介绍CEGUI中所给的例子的的文档,很详细.(Introduce the samples in the CECUI,very detailed!)
    2009-05-19 15:07:56下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • Openimagefile
    在文档下打开一个位图文件,重新绘制,放大并使其二值化显示,()
    2007-08-29 23:23:41下载
    积分:1
  • MedFDTD
    计算电磁波辐射的FDTD程序源码,基于C++编写,支持MUR和PML边界条件,能计算SAR及天线辐射方向图(FDTD source code based on C++.Various absorbing boundary, include PEC, Mur, PML Calculate Specific Absorption Rate (SAR) Antenna radiation simulation, calculate radiation power.)
    2012-05-27 14:10:16下载
    积分:1
  • Mirror_DImageProcess
    这个实例就像一个魔镜一样,能把原始图像照出各种变换效果,是基于MFC的多文档应用程序(This example is like a mirror,which can convert original image according to a variety of effects)
    2013-11-29 16:23:24下载
    积分:1
  • hilight_dg
    说明:  在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
    2009-08-23 11:22:34下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • CSCA
    这是用C++实现图像立体匹配的一个完整的论文代码,主要特性是提出了一种全新的跨规模代价聚合方法,适合对于图像的立体匹配有一定基础的人学习(Cross-Scale Cost Aggregation for Stereo Matching)
    2020-12-28 17:19:01下载
    积分:1
  • BWLabel
    一种二值图像连通区域标记方法,能用于目标跟踪,我已经应用过,效果不错。(It is a new connected componet labeling algorithm for binary image,and can be used in object tracking. It is effective to be proved.)
    2013-06-24 14:08:47下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载