Welcome![Sign In][Sign Up]
Location:
Search - marching cube algorithm

Search list

[Other resourceISOface-marching

Description: 这是ISOsurface作图,隐函数作图的绝好的例子,使用完备的marching cube算法,是数据可视化研究的最佳参考。-mapping, mapping of the implicit function excellent example Use complete marching cube algorithm, data visualization of the best reference.
Platform: | Size: 206032 | Author: 焦堂生 | Hits:

[OpenGL programMetaBalls

Description: 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 metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-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 metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
Platform: | Size: 806912 | Author: 王涛 | Hits:

[3D GraphicMarchingCubes

Description: MarchingCubes算法,可以快速入门学习marchingCubes,适合于新手。-MarchingCubes algorithm, can Quick Start learning marchingCubes suitable for newcomers.
Platform: | Size: 7168 | Author: yjc | Hits:

[3D Graphicmymarching_cubes

Description: 医学可视化中经典算法——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 learn the Marching Cubes algorithm .
Platform: | Size: 43008 | Author: 大虫 | Hits:

[3D GraphicPhDpaper_QinXujia

Description: 《医学图象的曲面重建》 为浙江大学博士学位论文。此文对医学数据的表面重建进行了详细的阐述,主要针对Marching Cubes算法提出了他自己独到的理解和理论创新。并且详细的论述了相关领域的多种算法理论。-"medical image reconstruction of the surface" of Zhejiang University for a doctorate thesis. The article on the medical data of the surface reconstruction of detailed, targeted at Marching Cubes of his unique understanding and theoretical innovation. And are discussed in detail in the related fields of various theoretical algorithm.
Platform: | Size: 2350080 | Author: 孔维武 | Hits:

[3D Graphicmarchingsource

Description: 关于marchingcube算法的源码,中间没有具体的说明,希望对大家有帮助-on marchingcube algorithm source code, the middle is no specific note, we hope to help
Platform: | Size: 9216 | Author: yao | Hits:

[3D GraphicISOface-marching

Description: 这是ISOsurface作图,隐函数作图的绝好的例子,使用完备的marching cube算法,是数据可视化研究的最佳参考。-mapping, mapping of the implicit function excellent example Use complete marching cube algorithm, data visualization of the best reference.
Platform: | Size: 1312768 | Author: 焦堂生 | Hits:

[OtherMarchingCubeAlg

Description: 体绘制算法的一种,详细介绍了MC算法,数据可视化必学算法之一。-Volume Rendering Algorithm for a detailed briefing of the MC algorithm, data visualization algorithm must learn one.
Platform: | Size: 15360 | Author: danny | Hits:

[Special Effectsmarchingcube

Description: 用VC实现marching cubes及MT算法,对于理解这两种算法很有帮助 -VC achieve using marching cubes and the MT algorithm, two algorithms for understanding this helpful
Platform: | Size: 424960 | Author: 张娜 | Hits:

[3D GraphicMarchingCubes

Description: Marching Cube算法源代码,用C写的,实现三维空间数据的三角化-Marching Cube algorithm source code, written using C, to achieve three-dimensional spatial data triangulation
Platform: | Size: 141312 | Author: 刘导 | Hits:

[Software Engineering1

Description: Marching Cubes算法是三维数据场等值面生成的经典算法,是体素单元内等值面抽取技术的代表。 -Marching Cubes algorithm is three-dimensional data field isosurface generated by the classical algorithm is voxel unit isosurface extraction technology representatives.
Platform: | Size: 17408 | Author: xdb | Hits:

[Graph programMarchingCubes

Description: vc++6.0环境下编译的移动立方体的可视化算法-vc++ 6.0 compiler environment mobile cube visualization algorithm
Platform: | Size: 9216 | Author: 崔笑宇 | Hits:

[.netTestMarchingCubes

Description: 利用VC.NET开发,集成VTK软件包,利用MarchingCube算法实现三维重建。重建数据可到VTK官方网站下载VTKData-Use VC.NET develop, integrate VTK package, using three-dimensional reconstruction algorithm MarchingCube. Reconstruction of the data available at the official website of VTK download VTKData
Platform: | Size: 1089536 | Author: 胡话 | Hits:

[OpenGL programkildekode

Description: marching cube的另一种实现,算法效率应该比Paul的要高一点。-marching cube another to achieve the algorithm efficiency should be higher than that of Paul.
Platform: | Size: 1822720 | Author: guyi | Hits:

[3D Graphicmarching_cube

Description: 移动立方体marching cube算法 由粒子生成网格,通常都是用marching cube技术-Marching cube algorithm for mobile cube particles generated by the grid, usually with technology marching cube
Platform: | Size: 101376 | Author: 潮流 | Hits:

[OpenGL programsuanfa

Description: 本文主要详细介绍了三维重建算法原理,包括Marching Cube算法,和Ray-Casting算法-This paper details the principle of three-dimensional reconstruction algorithms, including the Marching Cube algorithm, and Ray-Casting Algorithm
Platform: | Size: 438272 | Author: 苏凯 | Hits:

[OpenGL programMarchingCube

Description: marching cube算法的openGL实现,简单扼要-marching cube algorithm openGL implementation, simple and concise
Platform: | Size: 9216 | Author: allen | Hits:

[3D Graphicmarchingcube

Description: 基于VTK,利用Marching cube算法对二维CT切片进行三维重构-Based on VTK, Marching cube algorithm using two-dimensional three-dimensional reconstruction of CT slices
Platform: | Size: 1024 | Author: liuwei | Hits:

[AlgorithmMarchingCubes

Description: Marching Cube算法 程序 MarchingCubes算法-Marching Cube algorithm MarchingCubes algorithm
Platform: | Size: 7168 | Author: augusdi | Hits:

[OpenGL programmarchingCubes_x64

Description: Marching Cube algorithm source code, written using C, to achieve three-dimensional spatial data triangulation in 64 bits
Platform: | Size: 1720320 | Author: DANNY | Hits:
« 12 »

CodeBus www.codebus.net