搜索资源列表
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
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
SyntheticMethodsfortheMedicalImageProcessingand3DR
- 医学图象处理及其三维重建是目前研究的热点问题,它涉及计算机图形学、数字图像处理计算机视觉、以及人机交互技术。 医学图像预处理与三维重建是可视化技术的核心环节,二者直接关系着三维可视化的效果和速度。本文介绍了灰度变换噪声消除以及 伪彩色编码等图像预处理技术。然后着重探讨了三维重建技术中的体绘制和面绘制算法以及这两种算法的优点和不足。最后总结了网格消减算法,并利用它对MC算法进行表面网格简化。 -Medical processing and 3D reconstruction is a
Point-Sampled-Surfaces
- 多种重建方法效果对比,有效地简化了采样点的表面重建-Efficient Simplification of Point-Sampled Surfaces
Reconstruction-of-CT-Image
- :医学图像三维重建为人体结构提供了真实、直观的反映,便于医学人员对病灶的观察及手术 的进行。但图像三维重建编程实现困难,不易被非计算机专业人士所掌握。本文运用MATLAB6.5 软件中的图像处理工具箱实现了CT 断层图像的三维表面重建及体重建,原理简单,编程实现方便。 在对头部CT 图片进行的三维表面重建及体重建实验中,重建速度快,显示效果良好,便于各类非 计算机专业人士推广应用。-Three dimensions reconstruction of CT image gives
PoissonRecon
- 三维表面重建,经典三维表面重建算法。输入为三维点云,输出为三维表面模型。(surface reconstruction)
RBF表面重建
- 利用径向基函数的方法进行隐式表面重建,matlab代码(Radial basis function method for implicit surface reconstruction)