vtk
How to make the code flow without closing the VTK render window?
I\'m using Visual Studio 2010, VTK 5.6 and configure my projects without using CMake. I\'m dealing with numerical computing and want to generate several plots during the runtime using VTK. Starting w[详细]
2023-03-16 16:05 分类:问答Brightness and contrast in color image
Does, anyone know, how I can change brightness and contrast of color image. I know about vtkImageMapToWindowLevel, but after setting level or window of image in this class, the开发者_如何转开发 color[详细]
2023-03-13 21:44 分类:问答QVTKWidget + vtkRectilinearWipeWidget = Visualisation Problem
Hallo, Im trying t开发者_运维知识库o use a vtkRectilinearWipeWidget in my Qt Application. When I create a new vtkRenderWindowInteractor everything works fine and i get a completely working widget in[详细]
2023-03-13 16:12 分类:问答Qt + VTK + MAC version based compilation and execution
I have successfully Built and compiled VTK with Qt on Mac osx 10.6.7. Then according to the requirements I changed configuration in CMAKE so that the target version is 10.5. I compiled VTK with Qt aga[详细]
2023-03-03 17:38 分类:问答What software can visualise VTK file formats?
I run a code which outputs many .vtk files. W开发者_如何学Chat software packages can I use to visualise these VTK files?Check and see if ParaView is what you are seeking. See this wiki page for the sp[详细]
2023-02-28 14:40 分类:问答What does VTK 5.6.1 implement OpenGL Version?
I want to know OpenGL Version that VTK 5.6.1 implement because I want to create android application that use vtk.I will use VTK visualize DICOM image and present them on screen.[详细]
2023-02-27 05:39 分类:问答Can i use VTK+Qt for creating my Android applications?
I\'m a newbie at android application development and not good at English. I want to create medical image processing application on android.I have searched for how to use vtk (it\'s a cross-pla开发者[详细]
2023-02-26 23:30 分类:问答In VTK, is it possible to render a plot to an RGB buffer?
In VTK, is it possible to re开发者_StackOverflownder a plot (something as simple as, say, the vtkChartXY example http://www.itk.org/Wiki/VTK/Examples/Cxx/Plotting/LinePlot) to an array of RGB values?T[详细]
2023-02-25 04:14 分类:问答Convert vtkPoints to numpy array?
I am using Mayavi2 in a Python script to calculate 3d iso-surfaces. As a result I get a vtkPoints object. Now I want to convert this vtkPoints object (\'vtkout\' in the code sample below) to a simple[详细]
2023-02-20 18:47 分类:问答ActiViz .NET LeftButtonReleaseEvent: Where did i click
I\'m working with ActiViz .NET (VTK) and have a small problem. When I register a event (for ex. the LeftButtonReleaseEvt), I can\'t find out where on the RenderWindowControl I clicked.The event is ca[详细]
2023-02-19 06:29 分类:问答