搜索资源列表
test1.rar
- 采用VC++和VTK+ITK联合开发写的一个小例子,可以读取DICOM文件并显示,The use of VC++ And VTK+ ITK written jointly develop a small example, can read and display DICOM files
51622408Demo001
- 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下 -Medical image visualization technologies build 3D models with 2D medical image series to provide useful and precise information for the doctors. It is one of the crucial technologies
vtkImagePlaneWidgetReadDCM
- VC结合VTK来实现对三维图形的显示,三维图像可有DICOM影像重建得到。-VC combination of VTK to achieve three-dimensional graphics display, three-dimensional images can be DICOM image reconstruction.
123
- 在vc环境下,利用vtk中实现dicom数据的2D缩放功能-At vc environment, implementation of the use of vtk data dicom zoom feature 2D
DICOM-display
- DICOM文件在Windows下的显示文档,包括VC++和OPENGL混合编程,VC++和MITK混合编程,和ITK、VTK、dcmtk等开源库混合编程-DICOM file in Windows, display the document, including VC++ and OPENGL hybrid programming, VC++ and MITK hybrid programming, and ITK, VTK, dcmtk hybrid programming such as o
3DMed_OpenSource
- 本文件为田捷教授所编写的Mitk的源代码,非常强大,仿造VTK和ITK的的结果,才用VC++编译器试用C和C++语言所编写,具有强大的图像处理和三维重建功能,对Dicom格式医学图像进行处理。-This document is Professor Tian Jie prepared Mitk the source code, very powerful, copy VTK and ITK of the results, only with VC++ compiler, try C and C++
VTK-based-on-VCPP
- 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通