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

Search list

[Other resource任意平面的裁切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: 853508 | Author: 师为礼 | Hits:

[Other resourceimageWarp

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: 65693 | Author: 武一 | Hits:

[Other resourceplane

Description: 因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。
Platform: | Size: 7877 | Author: mavis | 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:

[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 Graphicplane

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 using VTK realize plane generated routines.
Platform: | Size: 7168 | Author: mavis | Hits:

[Special EffectsplaneWidgetCut

Description: 用VC和VTK实现,对于三维重建后头颅模型进行虚拟切割,三维重建采用体绘制技术,程序实现了任意的平面切割-VTK with VC and the realization of three-dimensional reconstruction of the skull model after virtual cutting, three-dimensional reconstruction using volume rendering techniques, and procedures to achieve the arbitrary cutting plane
Platform: | Size: 564224 | Author: 孙绪江 | Hits:

[Graph Drawingcolorplane

Description: 彩色平面!vtk画的!-color-plane
Platform: | Size: 9216 | Author: yuhao | Hits:

[Special EffectsVTK-entry-sample-YeFeng

Description: 这是叶峰无偿提供的宝贵的学习财富,叶峰同志为中国的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 hybrid programming for beginners
Platform: | Size: 94208 | Author: wanwei | Hits:

[Otherdaviddoria-vtkBestFitPlane-cc29e58

Description: 最小二乘法进行平面拟合,输入点云数据,拟合成一个平面,采用VTK进行交互显示和实现-Plane fitting the least squares method, the input point cloud data, fit a plane using VTK interactive display and
Platform: | Size: 8192 | Author: liulin | Hits:

[OtherVTK-Journal_709_2

Description: 最小二乘法进行平面拟合,输入点云数据,拟合成一个平面,采用VTK进行交互显示和实现-Plane fitting the least squares method, the input point cloud data, fit a plane using VTK interactive display and
Platform: | Size: 124928 | Author: liulin | Hits:

[Software EngineeringVTK-based-on-VCPP

Description: 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通过设置虚拟切面的法向量和内点来对重建后的三维物体进行切割并获得断面信息,并且在切割的同时可以同步显示出断面图像,进而实现了三维医学图像的任意角度断面图像提取;构造可控制的长方体,可以用鼠标控制长方体进行拉伸、缩放、平移、旋转等操作来对重建对象进行切割,实现用户对三维物体的实时交互切割;在三维空间中通过点击鼠标来获得空间点的三维坐标,实现三维空间中点的鼠标拾取,完成三维物体的空间定量测量。最终,实现对重建后三维医学图像的鼠标拾取、空间角度和距离的测量、平面切割、长方体交互切割、任意角度断面图像提取等交互操作。-Firstly,the realization and principle of Marching Cubes and Ray Casting for 3D medical image reconstruction with surface rendering and volume rendering ale discussed and contrasted in this paper.The excellence and shortage of the two rendering methods ale discussed.And the realization mechanism of visualization tool package based on VTK is analyzed.In the paper,Marching Cubes and Ray Casting algorithm ale respectively adopted to reconstruct the 3D images for the CT image sequence of the DICOM format under the VC++6.0 and the visual package VTK platform.The key algorithms and 3D visualization results are given in this paper.The simple interactive operations,such as rotation,zoom and transfer Can be realized by user interaction with PC.Secondly,the vector and inner points ale calculated to form the virtual clipping plane,which in turn is used to incise the 3D object。And the information of cross—section images is obtained,at the same time the correspondent images are displayed on the scr
Platform: | Size: 4524032 | Author: 邹春华 | Hits:

[CSharpzaluandian1

Description: 使用在c#环境下使用vtk将定义的点生成光滑的平面-Use in c# environment using vtk point generation will define a smooth plane
Platform: | Size: 1251328 | Author: 塔拉 | Hits:

[Special EffectsIMAGE-READ

Description: 利用vtk读取dicom文件并实现横断面及额面的二维切片读取。鼠标交互-dicom read in vtk condition, shows 2D slice in front plane and horizontal plane, under mouse control.
Platform: | Size: 1214464 | Author: stevenfan | Hits:

[VTKvtkdicom

Description: vtk结合MFC显示原始dicom数据和mpr平面的显示-vtk combine MFC display raw dicom data and mpr plane
Platform: | Size: 6144 | Author: jiangchen | Hits:

CodeBus www.codebus.net