搜索资源列表
PhDpaper_QinXujia
- 《医学图象的曲面重建》 为浙江大学博士学位论文。此文对医学数据的表面重建进行了详细的阐述,主要针对Marching Cubes算法提出了他自己独到的理解和理论创新。并且详细的论述了相关领域的多种算法理论。-"medical image reconstruction of the surface" of Zhejiang University for a doctorate thesis. The article on the medical data of the surfa
用vc实现任意多边形的Delaunay三角剖分
- 计算几何作业(任意多边形的Delaunay完全三角剖分算法)演示程序,输入点的时候外圈按逆时针顺序,内圈按顺时针顺序,输完外圈最后一个点后请点击“外多边形节点输入结束”,每输完一个内圈最后一个点后请点击“内圈节点输入结束”再输入另一个内圈,全部输入结束后点击“多边形绘制完成”。最后点“Delaunay三角剖分”。包含实验报告以及相关论文
3Model.rar
- 基于小波变换的三维模型提取技术的毕业论文,包括代码和答辩ppt.1.实现了三维模型的表示和规范化预处理过程,在此基础上,开发了进行检索实验的可视化特征提取实验平台。 2.结合球面调和变换获取旋转不变量具有降低特征向量维数的特性,实现了基于光线投射的特征提取方法,通过检索评价实验确定了参数的最佳取值。 3.分析了基本的光线投射方法和改进的光线投射方法的缺陷,提出了一种基于三维小波变换的特征描述方法。对光线投射算法进行了扩展,将切比雪夫采样点序列进行离散小波变换,然后利用球面调和变换获得旋转不变
lacroute
- shear-warp 体绘制算法的经典论文,是Laroute的博士论文,对算法进行了详细的推导和解释-shear-warp Volume Rendering,Laroute thesis
use
- 关于三角化的一写论文和算法,基于delaunay,各种实现方法,有序,无序,部分有序-On the triangulation of a written paper and the algorithm based on delaunay, a variety of implementation methods, orderly and disorderly, partially ordered
LS_Li_v0
- 基于水平集的边缘检测方法,内含李春明05年的相关论文,代码即为论文中算法的源码-edge detect based on level_set,including paper of ChunMing,05
3d
- 本文档含有三维重建算法和论文及参考资料,内容全面-This document contains a three-dimensional reconstruction algorithm and the papers and reference materials, comprehensive
BlockMatchingAlgoMPEG
- 块匹配算法实现三维重建 效果还不错 里面含有对应的英文论文-Block-matching algorithm results were pretty good three-dimensional reconstruction of the English papers which contain the corresponding
ct
- 基于CT数据的三维重构。提出采用VTK库进行医学数据的可视化。论文中重点研究了表面绘制和体绘制两种绘制方法。表面绘制采用移动立方体算法(Marching Cubes)实现,体绘制则用光线投射算法(Ray-casting)实现,并且通过比较两种算法的结果讨论了他们的特点。-Based on the three-dimensional reconstruction of CT data.Proposed using the VTK library of medical data visualizat
sanweichongjian
- 硕士论文 关于目立体视觉的三维重建方法研究 摄像机自标定及三维重建算法研究-Master' s thesis on three-dimensional reconstruction of stereo vision method
importance-driven-rendering
- Importance-Driven Volume Rendering(IDVR)是对直接体绘制算法的一个改进,里面集成了各种直接体绘制算法,MIP,two level,IDVR等。有源代码,说明文档,论文,测试数据,帮助文档等。对深入了解直接体绘制有很大帮助。-This report presents an effi cient implementation using (Importance-Driven Volume Rendering- IDVR) t
PSO
- 基于粒子群优化算法的一篇论文,很好用,学习下,应该很有帮助-Paper particle swarm optimization algorithm, useful, learning-based, it should be helpful
PoissonRecon
- 三维模型的泊松重建算法源码实现,是原作者基于其发表论文实现的,可用性很强,具体使用方法见代码内部-poisson reconstruction algorithm from author to reconstruct 3D model from point cloud, it is very robust to handle data with noise
3D-data-surface-reconstruction
- 三维数据曲面重构,,本学位论文对曲面重构做了一部分工作,重点研究了三角网格曲面重构算法,对提高三角网格剖分的效率和效果起了一定作用。-3D data surface reconstruction
sphere-motion-interp
- 计算机辅助设计课程project,使用Javascipt和WebGL编写的球面运动的样条插补,使用Three.js最为图形处理库,包括用户输入界面和Canvas两部分,一起上传的还有算法所基于的论文。-Computer-aided design course project, using Javascipt and WebGL, spherical motion spline interpolation, use of Three.js as graphics processing librar