搜索资源列表
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
powercrust.tar
- 该代码是98年siggraph上的Nina Amenta 的基于voronoi图的表面重建算法的原代码,是在Lunix上的原代码-98 SIGGRAPH Nina Amenta of the threshold on the map surface reconstruction algorithm of the original code in the original Lunix code
mc-2
- 基于分割的三维医学图像表面重建算法-mc算法-based segmentation of 3D medical image reconstruction algorithm surface-mc Algorithm
paper2
- 激光三维扫描数据的表面重建技术研究,不错的论文。-3D laser scanner data on the surface reconstruction, good papers.
RBFPlatform
- RBF平台,包含了许多3D表面重建的类库,一定会很有用!
mlssurf.tar
- 基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推荐给研究表面重建的同行
表面重建
- load points 3D array and rgb data,colours are interpolated inside triangles。
AgrawalECCV06CodeMFiles
- 从2D梯度域进行表面重建 包含快速的泊松方程解法-A fast 2D Poisson Solver in Matlab using Neumann Boundary conditions , Implementation of Frankot-Chellappa Algorithm, Robust surface reconstruction using M-estimators, Anisotropic surface reconstruction
tetview-win
- 国外关于3D图形学源码,是关于表面三维重建的基础,是构网的关键-3D graphics on the foreign source, on the basis of the surface reconstruction is the key to network structure
PoissonRecon
- poisson表面重建的代码,可以由点云数据生成曲面-poisson surface reconstruction of the code, you can generate surfaces from point cloud data
3D_Surface_Reconstruction_Using_Marching_Cube
- 使用Marching Cube方法进行3D表面重建,切片数据在这里: http://graphics.stanford.edu/data/voldata/ CThead.tar.gz-Marching Cube method using 3D surface reconstruction, slice data here: http://graphics.stanford.edu/data/voldata/CThead.tar.gz
PoissonRecon
- 三维表面重建中的经典算法。能够重建出精细的表面。-Three-dimensional surface reconstruction of the classical algorithm. To reconstruct a fine surface.
cross_position
- 用来计算十字交叉点的中心位置,可以达到亚像素精度,在三维重建中经常会在物体表面做标志,本算法用于计算十字标记中心-to calculate the center of a cross image
MITK
- 基于mitk的三维图像表面重建。用marching cubes算法实现,容易扩展到基于分割的表面重建。-Mitk based on the surface of the three-dimensional image reconstruction. Marching cubes algorithm to use, easy to extend to the surface reconstruction based on the partition.
SurfaceReconstruction
- 应用VTK类库实现三维表面重建,包含很多源码,非常实用-Surface reconstruction used by VTK class.
SurfaceReconstructionfromScatteredPoints
- 根据三维点云散重建表面! 是表面重建非常好的算法!-Surface Reconstruction from Scattered Points
3d-restruction
- 目的 利用 CT、 MR等获得的图像 ,重构出器官、 骨骼或组织的三维形体 ,帮助医生诊断、 治疗或制订手术方案。方法hear2Warp 算法通过将三维数据场的投影分解为错切变换( shear ) 和变形变换(warp)两步来实现三维重建 ,显著减少了计算量。先对体数据进行错切变换 ,然后在错切空间根据阈值法获取三维表面 ,根据光照模型得到三维表面的亮度 ,最后通过变形变换得到最终的结果图像。-The purpose of the use of CT, MR and other availabl
SyntheticMethodsfortheMedicalImageProcessingand3DR
- 医学图象处理及其三维重建是目前研究的热点问题,它涉及计算机图形学、数字图像处理计算机视觉、以及人机交互技术。 医学图像预处理与三维重建是可视化技术的核心环节,二者直接关系着三维可视化的效果和速度。本文介绍了灰度变换噪声消除以及 伪彩色编码等图像预处理技术。然后着重探讨了三维重建技术中的体绘制和面绘制算法以及这两种算法的优点和不足。最后总结了网格消减算法,并利用它对MC算法进行表面网格简化。 -Medical processing and 3D reconstruction is a
PoissonRecon
- 三维表面重建,经典三维表面重建算法。输入为三维点云,输出为三维表面模型。(surface reconstruction)
RBF表面重建
- 利用径向基函数的方法进行隐式表面重建,matlab代码(Radial basis function method for implicit surface reconstruction)