搜索资源列表
vtkcube(mfc)
- 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtk
VTK-MFC-SDI
- 在VC6.0环境下利用VTK5.0.3建立单文档读取VTK文件,显示三维图形-VC6.0 environment in the use of the establishment of a single document VTK5.0.3 VTK read documents, 3D graphics show
VTK+MFC
- 将VTK重建结果在MFC中显示,并有颜色与阀值设置。
ImagePlaneWidgetDICOMview4.rar
- VTk三维重建,定义X,Y,Z轴切片,利用vtkImagePlaneWidget定义切片,三维切割与读取数据。,VTk three-dimensional reconstruction, the definition of X, Y, Z axis slices, using the definition of slice vtkImagePlaneWidget, three-dimensional cutting and read data.
VTK-MFC.rar
- 用VTK与VC++混合编程实现对人脑等值线的绘制,内含人脑数据,Use VTK with the VC++ mixed programming to realize the human brain contour drawing that contains the human brain data
VTKMFC
- VC++中MFC 与 VTK结合 的动态链接库和静态链接库。对学习和应用VTK有用。-VC++, MFC and VTK integration of the dynamic link library and static link library. VTK useful for learning and application.
VtkMfc
- vtk与MFC结合使用,不过只能读取BMP图像,对于其他类型的图像都可以做相似处理-vtk used in conjunction with the MFC, but only read BMP images, for other types of images that can be done similar to treatment
vtkbook
- vtk学习中的一本很好的英文书,可以为使用VTK的广大学者提供帮助-VTK learning English a very good book, you can use VTK for the vast number of scholars to help
STLSDI
- 此為一個利用VTK5.0以及MFC編成的範例,包括了開啟STL檔案,分割視窗,以及如何攔截LButton Down以及對VTK中的事件作處理,適合初學者看看.-This is a use as well as the MFC into VTK5.0 examples, including the open STL files, split window, and how to intercept LButton Down, as well as events in VTK for process
MFCvtk
- MFC结合VTK做图像处理的程序,实现了图像的显示和缩放功能。-MFC combines VTK to do image processing procedures, to achieve an image display and the zoom feature.
VTK_import_scene
- VTK 导入3DS文件 场景导入 VC代码-VTK Import 3DS file import scene VC code
VTKMFC
- 使用VTK+MFC单文档实现在单文档里面显示用VTK绘制的3D图形。-The use of VTK+ MFC single document to achieve in a single document which shows that use of 3D graphics rendering VTK.
MFC
- 基于VTK的面绘制程序,结合MFC,能够对序列.dcm文件进行面绘制算法,生成三维模型-VTK-based face drawing program, combined with MFC, can be right sequence. Dcm file surface rendering algorithm to generate three-dimensional model
WritingYouOwnVTKClasses
- 如何在VTK制作自己的MFC框架程序,本文提供了较为详细的技术说明。-How to make your own MFC framework VTK program, this article provides a more detailed technical descr iption.
vtkMFCView
- vtk与MFC连用 vtk与 MFC连用 vtk与MFC连用-vtk and MFC used in conjunction vtk used in conjunction with the MFC used in conjunction vtk and MFC used in conjunction vtk and MFC used in conjunction vtk and MFC
Test_4
- vtk环境下,能够显示非结构化网格的程序,自己编的,与大家共享 编程环境:mfc-vtk environment, able to display unstructured mesh procedures, compiled their own, and share programming environment: mfc
MyMFCPoint
- VTK+MFC单文档下读取点云数据,并且实现三维重建。是一个很不错的学习VTK的示例程序。-VTK+ MFC single document to read point cloud data, and the realization of three-dimensional reconstruction. Is a very good example of procedural learning VTK
VTK-entry-sample-YeFeng
- 这是叶峰无偿提供的宝贵的学习财富,叶峰同志为中国的VTK研究事业和C3P论坛的发展作出巨大贡献,国内的VTK研究源头从C3P开始传播到各个学校、研究所、企业,同时也从C3P走出一大批VTK&C3P的优秀人才。-VTK entry sample, full range, including medical image display points, lines and plane type, ball, cylinder and cone with VTK and MFC classes, and
VTK-and-MFC-
- 基于VTK和MFC的医学图像三维重建研究与实现on VTK and MFC medical image reconstruction research and implementation-Based on VTK and MFC medical image reconstruction research and implementation
VTK图形图像开发进阶 随书代码
- 本书系统地介绍了VTK基础知识与开发技术,帮助VTK用户从入门到进阶,快速进入项目实战。本书第l章是VTK概览,介绍VTK的发展和编译安装;第2章以实例开题,分析VTK渲染引擎和可视化管线;第3章介绍VTK的基本数据结构,并在第4章中以实例分析VTK中数据读写功能;第5~6章通过实例阐述VTK在图像和图形处理中的应用;第7章分析VTK的体绘制技术;第8章讲述VTK交互技术;第9章内容为VTK在Qt、MFC等环境下的开发技术;第10章分析了VTK的基础架构和管线机制,并通过实例讲解自定义Filte