搜索资源列表
Marching Cubes算法原理
- Marching Cubes算法原理
MetaBalls
- This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical meta
mymarching_cubes
- 医学可视化中经典算法——maching Cubes(移动立方体算法)的C++ 程序实现,在学习此算法的时候可以参考次程序。-The Marching Cubes algorithm is a classical arithmetic in medicinal visualization, this program was impolder in C++ language,you can consult it when you lear
PhDpaper_QinXujia
- 《医学图象的曲面重建》 为浙江大学博士学位论文。此文对医学数据的表面重建进行了详细的阐述,主要针对Marching Cubes算法提出了他自己独到的理解和理论创新。并且详细的论述了相关领域的多种算法理论。-"medical image reconstruction of the surface" of Zhejiang University for a doctorate thesis. The article on
V3D_Viewer_1.01_SourceCode
- V3D-Viewer is a Dicom and "Philips V3D 3DRA" Medical Volume Viewer based on .Net and the VTK library. With marching cubes, 3d planes and (3D texture) volume rendering, including histogram transparency and intensity curve
marchingcube
- 用VC实现marching cubes及MT算法,对于理解这两种算法很有帮助 -VC achieve using marching cubes and the MT algorithm, two algorithms for understanding this helpful
1
- Marching Cubes算法是三维数据场等值面生成的经典算法,是体素单元内等值面抽取技术的代表。 -Marching Cubes algorithm is three-dimensional data field isosurface generated by the classical algorithm is voxel unit isosurface extraction technology representatives.
VISC-MC
- 对Marching cubes算法的实现程序-Marching cubes algorithm on the implementation procedures
marching
- marching cubes algorithm
MarchingCubes
- 球体的Marching Cubes实现,运用OPENGL绘制图像-Marching Cubes sphere of the realization of the use of OPENGL rendering image
MarchingCubes
- Marching cubes算法Marching Cubes算法是三维数据场等值面生成的经典算法,是体素单元内等值面抽取技术的代表。-Marching cubesMarching Cubes算法是三维数据场等值面生成的经典算法,是体素单元内等值面抽取技术的代表。
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 part
marchingsource
- marching cubes 三维重建源码-marching cubes 3d reconstruction
IsoSurface_byDirectX
- 用DirectX写的marching cubes 的代码.-Written with DirectX code marching cubes.
appletMarchingCubes
- Marching cubes的java applet例子. 演示算法的每个细节, 有支持applet的IE即可运行.-Marching cubes of java applet examples. Demonstration algorithm every detail, with the support of the applet to run IE.
MC_JAVA_Version
- Java版的Marching Cubes实现代码.-Java version of the Marching Cubes code.
FastMetaballs
- Paper and Source Code for a fast marching cubes metaball implementation.
ExampleISOSurface
- Isosurfacş ng example using marching cubes
marchingsource
- 医学算法Marching Cubes的源代码,可以直接运行,显示三维标量场。-The famous medical algorithm Marching Cubes written with OpenGL, which can be used to display 3D scalar filed.
MarchingCubes
- VS 6. dem odemostrates an approach how to implement marching cubes in openGL. source code included. enjoy!