CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - marching cube

搜索资源列表

  1. ISOface-marching

    2下载:
  2. 这是ISOsurface作图,隐函数作图的绝好的例子,使用完备的marching cube算法,是数据可视化研究的最佳参考。-mapping, mapping of the implicit function excellent example Use complete marching cube algorithm, data visualization of the best reference.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:206032
    • 提供者:焦堂生
  1. metaballs_src

    0下载:
  2. 快速marching cube 实现metaball 速度很快
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:37411
    • 提供者:cai
  1. MarchingCubes

    1下载:
  2. Marching Cube算法源代码,用C写的,实现三维空间数据的三角化
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:142015
    • 提供者:刘导
  1. maciej_demo

    1下载:
  2. 用OpenGL实现的Marching Cube动态3维图像,基于VC++6.0的开发平台。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:420089
    • 提供者:陈丹
  1. marchingcubes

    0下载:
  2. 由java实现的marching cube
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:36783
    • 提供者:jiangfu
  1. MarchingCube

    0下载:
  2. 自己对MarchingCube算法的实现,有不错的效率改进,Winform界面以及两组测试数据。-Realization of marching cube.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-22
    • 文件大小:6721951
    • 提供者:周喆
  1. marchingcube

    0下载:
  2. 基于VTK,利用Marching cube算法对二维CT切片进行三维重构-Based on VTK, Marching cube algorithm using two-dimensional three-dimensional reconstruction of CT slices
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-25
    • 文件大小:1326
    • 提供者:liuwei
  1. MarchingCube

    0下载:
  2. marching cube算法的openGL实现,简单扼要-marching cube algorithm openGL implementation, simple and concise
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:8953
    • 提供者:allen
  1. suanfa

    0下载:
  2. 本文主要详细介绍了三维重建算法原理,包括Marching Cube算法,和Ray-Casting算法-This paper details the principle of three-dimensional reconstruction algorithms, including the Marching Cube algorithm, and Ray-Casting Algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:437945
    • 提供者:苏凯
  1. 3D_Surface_Reconstruction_Using_Marching_Cube

    0下载:
  2. 使用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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:20824
    • 提供者:felixwang
  1. mc

    0下载:
  2. 简单的marching cube,无光照等效果。可以作为基础程序。-A simple marching cube, no effect of light and so on. Can be used as the basis of the procedures.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:358853
    • 提供者:guyi
  1. kildekode

    0下载:
  2. marching cube的另一种实现,算法效率应该比Paul的要高一点。-marching cube another to achieve the algorithm efficiency should be higher than that of Paul.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1822874
    • 提供者:guyi
  1. marching_cube

    0下载:
  2. 移动立方体marching cube算法 由粒子生成网格,通常都是用marching cube技术-Marching cube algorithm for mobile cube particles generated by the grid, usually with technology marching cube
  3. 所属分类:3D Graphic

    • 发布日期:2017-02-23
    • 文件大小:101059
    • 提供者:潮流
  1. mc

    1下载:
  2. 一个实现了Marching cube的程序,数据包含在程序里。-a marching cube program
  3. 所属分类:OpenGL program

    • 发布日期:2016-07-28
    • 文件大小:832267
    • 提供者:zhujian
  1. mc_arase

    0下载:
  2. marching cube 源码 实现布尔运算等功能-marching cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:321716
    • 提供者:hanjay
  1. vtkMarchingCubes

    0下载:
  2. VC6下的Marching Cube(等值面抽取)图像重建法的代码。-VC6 under the Marching Cube (iso-surface extraction) image reconstruction method code.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:4808
    • 提供者:打撒
  1. marching-cube

    0下载:
  2. 这个是三维重建中最常用的面绘制的方法,也叫MARCHING CUBE,比较容易实现,不过效果不如体绘制好-This is the most commonly used three-dimensional reconstruction of surface rendering method is also called MARCHING CUBE, relatively easy to implement, but the effect was not as good rendering
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:1390
    • 提供者:xuanzheng
  1. GLSL_Marching

    0下载:
  2. Marching Cube based on the GLSL
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7169
    • 提供者:Jin
  1. MarchingCubes

    0下载:
  2. Marching Cube算法 程序 MarchingCubes算法-Marching Cube algorithm MarchingCubes algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6996
    • 提供者:augusdi
  1. marchingCubes_x64

    0下载:
  2. Marching Cube algorithm source code, written using C, to achieve three-dimensional spatial data triangulation in 64 bits
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1719982
    • 提供者:DANNY
« 12 »
搜珍网 www.dssz.com