搜索资源列表
VTK Mouse Picker
- 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.
Cylinder
- 利用VTK绘制了一个六棱柱,用鼠标左键按住,可使实体进行旋转渲染。-use VTK drawing a six prism, with the left mouse button press will enable entities rotation exaggerated.
splinewidget
- VTK对格式为DICOM医学数据重建后,利用VTKsplinewidget类对其作进行曲线,并能利用鼠标对其人机操作。-VTK format for DICOM medical data reconstruction after VTKsplinewidget class its for the curve, and can use the mouse to its man-machine.
MouseSelect
- VTK实现的鼠标拾取三位坐标点,对学习VTK的朋友应该有用-VTK to achieve the three coordinates of the mouse pick up point, a friend of the study should be useful VTK
head-volren
- volume rendering of head dataset that comes with vtk bundle download. I believe I ve messed up the representation the mouse functions slowed a lot. Need to find a cheaper rendering representation.
vtkPicker
- 一个很有用的VTK程序,对初学者尤其有帮助!-VTK a useful procedure, particularly useful for beginners!
mouse_pick_point
- 该代码用了VTK中的鼠标去点方式在三维体上进行取点,非常易于操作,要进行三维人机交互的朋友可以,下载下来学习。-VTK The code used to point the mouse in the three-dimensional body on the access points, very easy to operate, three-dimensional human-computer interaction to be friends can download them to lea
VTK
- VTK对医学格式为DICOM数据重建,利用切片切割三维视图,并能利用鼠标对其人机操作。-VTK format on the medical DICOM data reconstruction using slice to cut the three-dimensional view and use the mouse to its man-machine.
vtktext2
- VTK对医学格式为DICOM数据重建,利用切片切割三维视图,并能利用鼠标对其人机操作。-VTK format on the medical DICOM data reconstruction using slice to cut the three-dimensional view and use the mouse to its man-machine
StaticImageRead
- 基于vtk的DICOM二维切片序列显示,用鼠标滚轮控制不同层切片的显示。-Based vtk of DICOM 2D slice sequence with the mouse wheel to control the display of the different layers of sliced.
VTK-Picking
- 借助VTK实现点拾取的例子,鼠标点击后会在选择的点处绘制一个球形。非常适合VTK学习爱好者。-Picked up by means of point VTK example, after a mouse click at a selected point will draw a sphere. Very suitable for learning VTK enthusiasts.
ReadDICOM
- 利用VTK读取DICOM文件,并显示,可以显示一组数据,鼠标滚轮控制不同图片切换。当初学习的时候找不到类似的代码,自己编写的。对新手学习很实用。-Use VTK read DICOM file and display that can display a set of data, control the mouse wheel to switch different picture. I had to learn not find similar code, I have written. Ve
IMAGE-READ
- 利用vtk读取dicom文件并实现横断面及额面的二维切片读取。鼠标交互-dicom read in vtk condition, shows 2D slice in front plane and horizontal plane, under mouse control.
CODE STUDIO
- CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
STUDIO
- C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
codes
- C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
TestForVtk
- 通过VTK,显示三维立体图行,并可以通过鼠标的移动,转动方位-By the VTK, three-dimensional map display line, and by moving the mouse, the rotation orientation
MouseCallBack
- 要在窗口上用鼠标画线首先要做的就是重写鼠标交互事件,于是就在官方网站找到重写鼠标响应事件的demo,然后再更改官方的demo,实现自己需要的功能。想法是: 1.获取鼠标左键按下时的坐标。 2.获取鼠标左键上弹时的坐标。 3.用这两个点连接一条线。(Write mouse response event to Draw a line)