登录
首页 » Visual C++ » 37

37

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

  • Embedded-in-the-DCT-coefficients-
    在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻击方法对水印作品进行攻击,查看解码的效果。 (Information embedded in the DCT coefficients of the image, the image of the common 512* 512 size gray-scale (experimental image LENA.BMP). Information embedded in a binary Logo Figure (used in the experiment logo picture shows the tj-logo.bmp), the plot size 32* 32, 1024 Bit. LENA Figure embedded watermark, the watermark image output embedded. (2) logo watermark image decoding, the output decoded Figure statistical error rate. (3) using a different embedding strength for embedding, observe the works intuitive effects and decoding results, and draw the corresponding curve. (4) by adding the noise, change the contrast, JPEG compression attack methods to attack, to see the effect of decoding the watermark works.)
    2012-04-16 18:56:11下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • txcl
    说明:  实现了图像的打开功能,并能实现图像打开时的扫描,渐进,马赛克等功能(To realize the image of the open function, and can achieve image scans open, progressive, mosaic and other functions)
    2010-04-18 22:43:57下载
    积分:1
  • 基于opencv的Kinect深度的去噪,滤波
    基于opencv的Kinect深度图像的去噪,滤波(Opencv based Kinect depth image denoising, filtering)
    2021-03-23 08:59:15下载
    积分: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
  • ICP-point-cloud-registration
    三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准 效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好 的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除 错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。 (Three-dimensional laser point cloud registration is one of the key three-dimensional point cloud model. High classical ICP algorithm to the initial position of the point cloud registration requirements and low efficiency, proposed an improved ICP point cloud registration algorithm. Firstly, the use of principal component analysis of the initial point cloud registration, get a better initial position of the point cloud, then the basis of classical ICP algorithm using k- d tree structure to achieve speed up the search, and using the direction vector angle the removal of the threshold point error and improve the efficiency of the algorithm. Experiments show that the algorithm processes to ensure the accuracy of registration under the premise, significantly improve the efficiency of registration.)
    2016-08-01 10:34:57下载
    积分:1
  • readpic
    说明:  VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
    2010-04-07 11:02:37下载
    积分:1
  • LZW
    在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
    2009-12-04 20:44:45下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • fast_dt
    快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
    2011-10-11 16:16:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载