Welcome![Sign In][Sign Up]
Location:
Search - VTK IT

Search list

[Graph programVTK Mouse Picker

Description: VTK中使用鼠标拾取的例程,非常精练,来自清华大学CAD实验室内部资料-It is an example program about mouse pick using VTK from CAD lab of Qinghua University as close data.It is very terse.
Platform: | Size: 38725 | Author: 扬帆 | Hits:

[Other resourceVTK_Study_A

Description: 一个vtk基于mfc对话框的小程序。生成的模型匀速转动一周后,弹出窗口自动关闭-It is a simple program based on MFC dialog using VTK .It creats a model in a poped window.The window will automatedly closed after the model rotating for a whole round.
Platform: | Size: 1029106 | Author: 张珊 | Hits:

[3D GraphicVTK_Study_A

Description: 一个vtk基于mfc对话框的小程序。生成的模型匀速转动一周后,弹出窗口自动关闭-It is a simple program based on MFC dialog using VTK .It creats a model in a poped window.The window will automatedly closed after the model rotating for a whole round.
Platform: | Size: 1029120 | Author: 张珊 | Hits:

[3D Graphic任意平面的裁切0.2

Description: 基于vtk的三维重构与裁切: 1.16位非压缩位图的读取与设置. 2.图像数据载入映射器 3.裁切平面的设置 4.边界的设置与显示 5.三维重构 注:需安装vtk4.0以上版本-It s about 3D reconstruct and clip based on VTK including reading and configration of 16 bits non_contracted bitmaps,the mapper for image data loading, configration of plane for clip,configration and display of borders and 3D reconstruct.(PS:VTK 4.0 or above version is needed)
Platform: | Size: 4356096 | Author: 师为礼 | Hits:

[hospital software systemvtkdemo

Description: VTK是一个可视化工具包,他又强大的功能,很多可视化领域的研究人员都在应用它。本压缩包是在VC下编写的一个使用vtk的例程,包含完整的工程,并含有一个神经元细胞的三维数据供实验用。-VTK is a toolkit for visualization.It is a powerful tool which is applied by many reseacher in vasulization field.Our Zap package is an example program using VC and VTK,including the whole project and 3D data of a nerve cell for experiment.
Platform: | Size: 612352 | Author: 大虫 | 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:

[OtherVTK_安装howto

Description: vtk是一个非常有用的功能强大的可视化开发工具。但它的安装(如何在VC环境下使用此工具开发)却是一间令人头疼的事。该文档详细介绍了vtk的安装,对使用vtk很有帮助-VTK is a powerful and useful tool for developing visualization applications.However its configration(to develop in VC environment using it)is not easy.Our documents introduces the configration of VTK in detail.We believe it will be helpful to someone who use VTK.
Platform: | Size: 7168 | Author: 大虫 | Hits:

[Graph programVTK Mouse Picker

Description: VTK中使用鼠标拾取的例程,非常精练,来自清华大学CAD实验室内部资料-It is an example program about mouse pick using VTK from CAD lab of Qinghua University as close data.It is very terse.
Platform: | Size: 38912 | Author: 扬帆 | Hits:

[GDI-Bitmapraycasttest

Description: vtk raycasting算法得一个示例。其实没什么东西,只是调用一下vtkraycasting类而已。-VTK raycasting algorithm in a sample. There was nothing so things just call it what vtkraycasting category.
Platform: | Size: 140288 | Author: 肖小 | Hits:

[GDI-BitmapVtkSDI

Description: vtk的一个简单的sdi小程序。大家练练手就是了,按照压缩包里面的chm文件做就可以了。-VTK a simple SDI small programs. We hand-minded to practice, in accordance with compressed inside chm documentation done on it.
Platform: | Size: 50176 | Author: 肖小 | Hits:

[3D GraphicimageWarp

Description: 用VTK与C++实现读入一张平面的图片,根据其颜色,把它Warp,实现立方体效果。-with VTK and C Reading achieve a plane into the picture, according to its color, it Warp. Cube achieve results.
Platform: | Size: 65536 | Author: 武一 | Hits:

[3D Graphiccube_ball

Description: 因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk的立方体锥体球例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared in the VC of a cube using VTK cone ball routines.
Platform: | Size: 8192 | Author: mavis | Hits:

[3D Graphiccoordinate

Description: 因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现量化坐标后的球例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC VTK realize the use of coordinates to quantify the ball after the routine.
Platform: | Size: 7168 | Author: mavis | Hits:

[3D Graphictriangle

Description: 因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现用三角片组成球的例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC VTK realize the use of the composition of the ball with a triangular piece of routine.
Platform: | Size: 32768 | Author: mavis | Hits:

[Graph programvtkwithc++6.0

Description: vtk是一个可视化工具包,他又强大的功能,很多可视化领域的研究人员都在应用它。目前三维重建方面一个大型的函数库,广泛应用于医学、计算流体力学、三维数据可视化等方面 .如何在VC中应用VTK呢,这里将给你详细answer.-VTK is a visualization tool kit, he also powerful features, many of visualization research in the field of personnel in the application of it. At present, a large three-dimensional reconstruction of the library is widely used in medicine, computational fluid dynamics, three-dimensional data visualization and so on. How VC Application of VTK do here will give you a detailed answer.
Platform: | Size: 203776 | Author: 陈向东 | Hits:

[VC/MFCVTK

Description: 有關於VTK的詳細解說 共有64頁 希望大家會喜歡-VTK on a detailed explanation of a total of 64 hope that people will like it
Platform: | Size: 1474560 | Author: joy | Hits:

[Special EffectsInsight-VTK

Description: ITK入门ppt讲义。ITK 是医学影像分割与配准算法的研发平台。-Ppt lectures of itk . Itk are medical image segmentation and registration algorithm R & D platform
Platform: | Size: 112640 | Author: liushengguo | Hits:

[GDI-BitmapVTK

Description: VTK入门程序样例,这是VTK大师叶峰无偿提供的宝贵的学习财富。这些样例涵盖了VTK绝大部分的用法。不论你是高手,还是菜鸟,这都是必要的一个工具。人格担保,下了肯定不后悔!-VTK entry program example, which is provided free of charge VTK Master Feng Ye valuable learning asset. The sample covers most of the use of VTK. Whether you are a master, or a rookie, this is a necessary tool. Personal guarantees, under the sure do not regret it!
Platform: | Size: 428032 | Author: hanxiao | Hits:

[Other systemsqvtk01

Description: 一个非常优秀的QT+VTK的程序,实现了体绘制,希望能给予你很好的帮助-progrmme combined QT and VTK,it Would give you a great help,thank you
Platform: | Size: 26624 | Author: qiao hf | Hits:

[Windows Developvtk-5.6.1

Description: vtk的开发包拥有了250多个类,这是最新的版本,涵盖的类更加的丰富,值得下载运用-vtk development package has more than 250 class, which is the latest version of the class covers more of the rich, it is worth to download application
Platform: | Size: 27180032 | Author: huangyunzhi | Hits:
« 12 3 4 »

CodeBus www.codebus.net