登录
首页 » Visual C++ » 37

37

于 2007-12-05 发布 文件大小:28684KB
0 307
下载积分: 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 个回复

  • xihua
    本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。(This procedure should be applied to the thinning algorithm with two lines of black-and-white image before thinning effect can be seen.)
    2009-03-18 08:29:43下载
    积分:1
  • TemplateTran
    用VC编写的一个图像处理的程序:它可以实现图像的增强,包括:图像的平滑、中值滤波、梯度锐化、拉普拉斯锐化和伪彩色编码(VC prepared by an image processing procedures : it can enhance the images, including : image smoothing, Median filtering, sharpening gradient, Laplacian sharpening and pseudo-color coding)
    2007-04-12 10:15:19下载
    积分:1
  • opencvhello_matlab
    说明:  opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
    2021-02-23 11:39:40下载
    积分:1
  • 1
    说明:  标定用的c++程序,可以用来标定得到相机的内参矩阵和畸变参数。(Calibration using matlab toolbox, can be used to calibrate the camera s internal control matrix image obtained.)
    2015-07-24 16:18:53下载
    积分:1
  • SIFT
    针对大尺度图像配准和不同传感器图像配准问题, 介绍了一种基于 SIFT 的图像配准方 法。(For large-scale image registration and image registration problem from different sensors, introduces a SIFT-based image registration method.)
    2013-07-18 15:13:18下载
    积分:1
  • ji
    说明:  基于图像变换的火炮身管膛线参数检测技术研究(Based on image transform the Gun Barrel rifling parameter detection technology)
    2013-03-07 09:16:32下载
    积分:1
  • cvBlobFinder
    基于OPCV的blob搜索算法,图像处理经典算法(OPCV the blob-based search algorithm, image processing, the classical algorithm)
    2008-03-11 10:55:35下载
    积分:1
  • ImgZoom
    图像局部放大功能。包括主要的三个消息处理函数,由鼠标拖动画出需放大区域,松开即将图像局部放大到整个客户区,能够实现层层放大。(enlarge images partial function. Including the three main message processing function, the mouse scrolling painted by the need to enlarge the regional, Loosen the forthcoming local enlarge images of the entire client area, can be achieved at every level to enlarge.)
    2007-01-28 22:55:21下载
    积分:1
  • tuxiangchuli
    Visual C++ 数字图像处理 光盘源码(Visual C++ Digital image processing, CD-ROM source)
    2009-01-12 20:23:19下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载