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
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
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
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
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
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.
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开发者
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
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
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