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

搜索资源列表

  1. MFC-face-plot

    0下载:
  2. 利用开源库vtk在visual c++平台上实现人体头像面绘制功能-Use of open source library in visual c++ vtk platform to achieve human head surface rendering functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:10110
    • 提供者:文和
  1. GetAnySlice

    0下载:
  2. 使用vtk来显示体绘制结果,并用界面的形式显示肿瘤重建的三个方向的每一个切片信息,可以自己拖动进行比较灵活的显示,输入是一系列的切片-Using VTK to display the volume rendering results, and use the interface display in the form of tumor reconstruction in a three direction of each section information, can drag were co
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:3270
    • 提供者:李明
  1. svtkExtracctVOIf

    1下载:
  2. 本程序是有关Visual C++与vtk相结合的情况下,三维重建的效果,中增加的对感兴趣区域的选取功能,也就是说在三维重建体绘制情况下,自己选取感兴趣区域-This program is a Visual C vtk combination of circumstances, the effect of three-dimensional reconstruction, the increase in the region of interest selection function, whic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:993291
    • 提供者:召唤
  1. ct

    2下载:
  2. 基于CT数据的三维重构。提出采用VTK库进行医学数据的可视化。论文中重点研究了表面绘制和体绘制两种绘制方法。表面绘制采用移动立方体算法(Marching Cubes)实现,体绘制则用光线投射算法(Ray-casting)实现,并且通过比较两种算法的结果讨论了他们的特点。-Based on the three-dimensional reconstruction of CT data.Proposed using the VTK library of medical data visualizat
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1156892
    • 提供者:
  1. TetrahedronVolumeRender

    1下载:
  2. c++ 结合三维可视化类库VTK,实现四面体网格三维体绘制,从组织四面体网格数据开始,到管线实现体绘制,可视化四面体-Tetrahedron Volume Rendering implemented by c++ & VTK
  3. 所属分类:3D Graphic

    • 发布日期:2016-08-27
    • 文件大小:5701632
    • 提供者:lixiang
  1. TestVR

    0下载:
  2. 利用vtk对16位的图像进行体绘制,达到深入学习vtk的目的-Vtk 16 images, volume rendering, and achieve the purpose of in-depth study vtk
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1237
    • 提供者:贺锐钢
  1. recontruccion

    0下载:
  2. vtk tcl/tk 3d rendering using the data from vtk data
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-26
    • 文件大小:6331
    • 提供者:carola
  1. vtksurfacerendering

    0下载:
  2. 可以实现在一个对话框中进行面绘制,结合VTK类实现,代码简单。-Can be achieved in a dialog box, surface rendering, combined the VTK class implements a simple code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:4597
    • 提供者:quinn
  1. DotNetVTK

    0下载:
  2. C#下vtk对三维超声体数据进行体渲染的一个例子,速度比较慢。使用了.net下的vtk。-C# under vtk the body rendering an example of three-dimensional ultrasound volume data, more slowly. Use net the VTK.
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:19292
    • 提供者:高海
  1. US3D

    0下载:
  2. 用visual C++编写的一个超声三维体数据渲染的小程序。vtk渲染的速度比较慢。但是效果还行。-Small program written in Visual C++ an ultrasound volume data rendering. VTK render more slowly. However, the results were OK.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-12
    • 文件大小:16747312
    • 提供者:高海
  1. VTKMCAlgorithm

    0下载:
  2. 移动立方体算法是面绘制的经典算法,本源码基于VTK实现了该算法。-Marching cube is one of most famous surface rendering algorithms, these source codes excute marching cube algorithm based on VTK
  3. 所属分类:Graph program

    • 发布日期:2017-12-09
    • 文件大小:1362240
    • 提供者:王杰
  1. main

    0下载:
  2. VTK的体绘制代码 其中图片读取需要改成自己的路径-VTK volume rendering code which reads the image path need to change their
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1236
    • 提供者:马策
  1. texture_rendering

    0下载:
  2. 借助GPU的纹理内存实现体绘制(纹理加速体绘制),由VTK实现,绘制效果非常好。-With the GPU texture memory to achieve volume rendering (texture acceleration volume rendering) by VTK implementation, rendering the effect is very good.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:3169
    • 提供者:Burning
  1. MC1

    0下载:
  2. 基于vtk实现移动立方体面绘制 三维可视化-Vtk-based surface rendering of mobile three-dimensional visualization cube
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:848
    • 提供者:飘游
  1. contourCell

    0下载:
  2. VTK一些基本图形的绘制,可通过此程序对VTK有一个基本的了解-VTK some of the basic graphics rendering, through this process of VTK has a basic understanding of
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:8451
    • 提供者:onmacr
  1. ReconstructSurface

    0下载:
  2. 使用VTK进行点云输入和点云显示及渲染的程序,有一定的参考价值-VTK for the use of point cloud point cloud input and display and rendering process, there is some reference value
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1978
    • 提供者:ctedpr
  1. TestVR

    0下载:
  2. BMP图像VTK的面绘加体绘,对初学者有很大的帮助,希望对大家有用-The MC and Volume Rendering of BMP
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1500
    • 提供者:tinMay
  1. TestVR

    0下载:
  2. BMP图像VTK的面绘加体绘,对初学者有很大的帮助,希望对大家有用-The MC and Volume Rendering of BMP
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1546
    • 提供者:esidentM
  1. vtkmianhui

    0下载:
  2. vtk的面绘制,vtk的开发包清在网上下载并正确配置。-vtk surface rendering, vtk development package cleared downloaded and configured correctly.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-01
    • 文件大小:871408
    • 提供者:yang
  1. CODE STUDIO

    0下载:
  2. CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
  3. 所属分类:界面编程

    • 发布日期:2014-05-27
    • 文件大小:51683
    • 提供者:szekely_e
« 1 2 3 45 »
搜珍网 www.dssz.com