搜索资源列表
VTKjiaocheng
- 关于医学图形图像VTK软件的安装和编译介绍。-Introduction on the installation and compilation of VTK software for medical image and image.
VTKInterator
- VTK二维图像交互,通过设置不同模式,进行缩放、平移、旋转、窗宽窗位等交互的调整-For the Interactor of 2D image showed with VTK,you can zoom、move、rotate and change windowLevel and windowwide by setting different mode.
QT-ITK-VTK-Image-Viewer
- 一个基于qt界面的简单的itk读入,vtk显示的示例,包括中值滤波等简单图像处理功能。-a example of reading itk and display with vtk
ITK-a-VTK
- 在国外,基于 ITK和 VTK的3D Slicer和 IGSTK两个软件主要应用于为 医学图像分析、 图像导航手术和 微创手术。对 ITK和 VTK的现状、安装、开发技术作 了详细的综述,并介绍 了3D Slicer和 IGSTK的主要功能和 临床应用,为图像引导临床诊断的研究应用指明方- At abroad,3 D Slicer and IGSTK based on ITK,VTK mainly used for medical image analysis,image guided surg
Volume-Rendering-
- vtk体绘程序,包含有bmp,ct断层图像的重建,大约有20个左右的源码文件-Including volume rendering programs,that is to say,rebuilding programs of bmp images and ct images .There are about 20 program articles.
Read3D
- 利用VTK软件读取三维超声图像,并对其进行显示。-Use VTK software reads the three-dimensional ultrasound image, and displays it.
VTK-read-.mnc-images
- 利用VTK读取多张后缀为.mnc的图像,并进行纹理显示。-Use VTK read multiple images .mnc suffix and texture display.
VTK-get-image-direction-cosine
- 利用VTK获得图像的方向余弦值,从而得到图像的旋转变换矩阵。-Use VTK get direction cosine of the image, resulting in rotational transformation matrix image.
VTK-rotation-transform-for-US
- 利用VTK对二维超声纹理图像做旋转变换,从而实现二维坐标到三维空间的映射。-VTK use of two-dimensional ultrasound image texture do rotational transformation in order to achieve the two-dimensional coordinates to map the three-dimensional space.
3.1.1_RenderCylinder
- 3.1.1_RenderCylinder,VTK图形图像开发进阶第三章中完整的一个实例,加完CMakeLists.txt文件和源码后,用CMake编译的工程-3.1.1_RenderCylinder, an example of the complete development of advanced graphic image VTK Chapter III After the addition CMakeLists.txt files and source code, compile the
VTK-MFC
- 用VTK进行简单的图像显示功能,可以进行鼠标交互-use VTK to show images eassiy
5.2_DisplayImageExample
- VTK图像开发第五章中的例子,以前旧版的类,改了两行在VTK7中运行,主要是体会vtkImageView2以及窗宽窗位的概念。5.2_DisplayImageExample-VTK 5.2_DisplayImageExample
myVTK2
- VTK和MFC结合使用,显示图像,可以选择交互,以及窗宽窗位的调节,病人信息的显示-VTK and MFC in conjunction with the display image, you can choose to interact and adjust window width and position of the patient information display
Chap01
- 利用vtk与c++为开发环境,实现三维图像的切割与分离技术-Using vtk and c++ for the development environment, to achieve three-dimensional image cutting and separation technology
vtk实现面绘制
- 通过读取序列图像文件夹实现关于序列图像的面绘制。 面绘制过程较慢,可选取少量dcm图像进行绘制。 修改文件路径后,可直接通过函数实现。