Tagged Questions

The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python.

learn more… | top users | synonyms

10
votes
4answers
1k views

Just how good is VTK?

I have heard some good reviews oF Visualization ToolKit(VTK) from developers. But, exactly how powerful is it? For example, can it handle visualization of an entire oil reservoir (in a simulator) with ...
7
votes
2answers
294 views

What are some recommended resources and tutorials for learning the VTK library toolkit?

Apart from the books available from Kitware, I am looking for some links to any resources that could help in learning the VTK library. Preferably, with example code and tutorials. Google results ...
6
votes
5answers
304 views

3D/4D graphics with Python and wxPython?

In my day job as a PhD student, I do geological modeling. In my spare time (mainly for fun), I am learning Python and trying to write a simple program to view 3D geocellular models. The ...
4
votes
1answer
99 views

building executable using python,vtk and py2exe

Is it possible to create a binary executable with py2exe for vtk? Could someone provide a minimum working example or at least some hints? Py2exe is not necessary. If there is a working solution on ...
4
votes
4answers
176 views

Protein structure visualization

I've been asked to work on Protein structure visualization, something like RasMol where a user will be opening a pdb file to get the protein structure. So I would really appreciate If someone can ...
4
votes
2answers
977 views

Texturing error on a Sphere

I have a number of spherical longitude/latitude coordinates for points on a sphere that I need to visualize. For that purpose, I transformed the points to cartesian coordinates and built a mesh of ...
4
votes
5answers
3k views

Import ITK/VTK into Matlab or Matlab into VTK/ITK environment?

For a current project I have to use and do mathemetics on information provided in matrices as well as use ITK/VTK functions for displaying medical information / renders. Basically I have to use both ...
3
votes
2answers
251 views

DICOM Image is too dark with ITK

i am trying to read an image with ITK and display with VTK. But there is a problem that has been haunting me for quite some time. I read the images using the classes itkGDCMImageIO and ...
3
votes
2answers
114 views

Where can i find vtk documentation for python?

I am trying to use VTK from python. I tried to find and could not realy find anything on the web which can be used for documentation. I tried looking at the c++ documentation but the methods are very ...
3
votes
1answer
225 views

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 ...
3
votes
2answers
320 views

Zoom in on a point in an image in with VTK

I have an image in VTK that I'm viewing with vtkImageViewer2, and I want to zoom in on a point the user clicks on. I am working in Java. Does anyone know how to do this? Thanks
3
votes
1answer
554 views

Curious about differences in vtkMassProperties for VTK 5.04 and VTK 5.4.2

I have a small python VTK function that calculates the volume and surface area of an object embedded in a stack of TIFF images. To read the TIFF's into VTK, I have used vtkTIFFReader and processed ...
2
votes
1answer
89 views

VTK / Python / compile

I want to use VTK together with Python on a Windows system. It seems that I cannot use the windows installer but "have to compile VTK from source code using CMake and a native build system". So far I ...
2
votes
1answer
176 views

How can I read a VTK file into a Python datastructure?

I have some VTK-files, which look like this: # vtk DataFile Version 1.0 Line representation of vtk ASCII DATASET POLYDATA POINTS 30 FLOAT 234 462 35 233 463 35 231 464 35 232 464 35 229 465 35 [...] ...
2
votes
2answers
162 views

How can I visualize a Graph in (interactive) 3D with Python?

I have a Graph in Python like this one: # Each element is a tuple with coordinates (x,y,z). # The index is the id of the vertex vertexList = [(0,0,0),(1,0,0),(1,1,0),(0,1,0), ...
2
votes
2answers
86 views

How to visualise a calculation running in another thread in real time with vtk

I would like to visualise a running calculation in another thread with the visualisation tool kit in real time. The calculation spits out a new set of values to be visualised each iteration and the ...
2
votes
1answer
88 views

Roll-out of a python project

I'm looking for some information about the roll-out of a python project that uses several external libraries wrapped for python. Are there tools for this? What kind of external files do I need to use ...
2
votes
0answers
162 views

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 ...
2
votes
1answer
921 views

VTK (visualization toolkit) versus OSG (OpenSceneGraph) , other?

Does anyone have experience to fairly compare VTK and OpenSceneGraph? I'm more familiar with VTK, but I'm curious as to whether anyone has tried both extensively. I have both built, 5.6 vtk and ...
2
votes
1answer
687 views

How to build VTK for iPhone?

I'm trying to make an iPhone/iPad application that uses VTK to visualize DICOM images and present them on the screen. The problem is no matter what I do, I am not able to build VTK to work on the ...
2
votes
1answer
743 views

vtk java voxel rendering

Hi Guys, does anyone knows, why this code in Java compiles, but an Error appears: "An unrecoverable stack overflow has occurred. # # A fatal error has been detected by the Java Runtime Environment: ...
2
votes
1answer
419 views

VTK window thread from main thread, C++

I am just learning VTK (and C++ GUI programming) and have hopefully simple question. The main application launches rendered window at some point in application. Would like to be able for the main ...
2
votes
2answers
1k views

Wrong Mac OS X framework gets loaded

I've compiled a Python module using my own Qt4 library located in ~/opt/qt-4.6.0/, but when I try to import that module, the dynamic libraries that get loaded are from my MacPorts Qt4 installation. ...
2
votes
1answer
657 views

Am I missing step in building/installing VTK-5.4 with Python2.6 bindings on Ubuntu 9.04?

I successfully built and installed VTK-5.4 with Python bindings from source. Yet, when I try to import VTK in python it gives the following Traceback error File "", line 1, in File ...
1
vote
1answer
50 views

Writing a VTK ASCII Legacy File to draw contours in VisIt

I'm trying to write a legacy .vtk file to be read into VisIt using C. Unfortunately my installed VisIt program refuses to render the VTK file that I have writing, reading: 'local host failed' Below ...
1
vote
1answer
81 views

combine multiple legacy ASCII .vtk files into a single file using python-vtk

during my calculation I save a bunch of .vtk files which are related to a single time step. Every file describes a polyhedron (a C++ class I have defined) using the POLYDATA ASCII file format. The ...
1
vote
1answer
80 views

vtk data format error

I'm trying to visualize some data I have stored on a regular grid using VTK (drawing a colored isosurface). I wrote some code to dump the data in the vtk legacy format which works for low resolution ...
1
vote
1answer
94 views

Not Reading DICOM Image Series Correctly with ITK

I want to read a Series of DICOM image to convert them into a 3D image using ITK. I follow the example in the documentation: " Examples/IO/DicomSeriesReadImageWrite2.cxx" . But I am still having ...
1
vote
1answer
90 views

How to use and set axes in a 3D scene

I'm creating a simulator coded in python and based on ODE (Open Dynamics Engine). For visualization I chose VTK. For every object in the simulation, I create a corresponding source (e.g. ...
1
vote
2answers
100 views

CGAL versus VTK

Hi what is the difference between the CGAL and the VTK libraries? Both incorporate a lot of the standard geometric algorithms. Can anyone list some application domains where the one is preferred over ...
1
vote
2answers
53 views

Erroneous Results calculating the gradient of an image with ITK

In the header file, I declare all of this types, The “Gradient ImageFilter” is for calculate the gradient of a 2D image, and the “VectorIndexSelectionCastImageFilter” is for selecting the ’x’ and ‘y’ ...
1
vote
0answers
49 views

mayavi2: update data source in volume slicer example

I'm currently integrating the advanced volume slicer example into a QT gui and I would like to be able to change/update the connected data source based on user input. Is there a better way than just ...
1
vote
3answers
181 views

remove individual points from vtkPoints

I have a question regarding a VTK class called vtkPoints. The class has the functionality to insert individual points, but doesn't have the functionality to remove individual points. This is ...
1
vote
1answer
153 views

Issue getting VTK to work with Qt

I'm trying to embed a VTK5 visualization inside a Qt4 window, but am not having much luck. The following code doesn't work on my Mac (10.6, Python 2.7): from PyQt4 import QtGui from vtk.qt4 import ...
1
vote
1answer
91 views

How do I add a scale bar to a plot in Mayavi2/VTK?

I would like to add a scale bar (showing how big a micron is for example) to a mayavi plot I create with mlab. For example, referencing this question: How to display a volume with non-cubic voxels ...
1
vote
2answers
169 views

Referencing an x64 dll file works in C# but does not work in F#

I have created two brand new solutions using the latest VS 2010: C# console application F# console application I have referenced two x64 dll files: Kitware.VTK.dll and Kitware.mummy.Runtime.dll ...
1
vote
1answer
188 views

vtkCharts library doesn't work neither with Visual Studio nor with GCC compiler - Why?

I'm a newbie to vtk and I want to use the vtkCharts library. In both Linux and Windows, I compiled vtk and managed to work with the most of the examples. The only troublesome examples arre those ...
1
vote
2answers
303 views

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 ...
1
vote
1answer
194 views

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 ...
1
vote
1answer
141 views

bmp image convert into dicom

I have 800 images in bmp format and I would like to convert into dicom. I have started like this, but its not working, kindly guide me, I am not good in vtk :(... file_in = 'C:/programfile/image.bmp' ...
1
vote
2answers
552 views

How to build vtkPolyData based on the information within a txt file

I have a txt file which contains a set of 3 Dimensional data points and I would like to create a vtkPolyData based on those points. In the file, I have the number of points on the first line, in my ...
1
vote
1answer
223 views

VTK: how can I add a scrollbar to my project?

What's the easiest way to add a scrollbar to my VTK project ? thanks Update def vtkSliderCallback2(obj, event): sliderRepres = obj.GetRepresentation() pos = sliderRepres.GetValue() ...
1
vote
1answer
192 views

Does VTK play nicer with Java or QT?

I'm a newbie to VTK and am starting to write a medical viewer. I've seen that VTK wraps into either Java or QT and was wondering if anyone has an opinion about which one works better. I'm much ...
1
vote
2answers
455 views

3D pie graph in matplotlib

Is there a way to render a 3D pie in matplotlib? Or do you know at least a Python package that can generate 3D pies? EDIT: I actually already knew about pygooglechart, but I'm looking for something ...
1
vote
2answers
539 views

Configuring a CMake C++/Java Project to work with Eclipse

I'm currently trying to set up a VTK project that has pre written Cmake makefiles to work with Eclipse. The code that I need to use is in both C++ and Java, but my main concern right now is actually ...
1
vote
3answers
989 views

Qt + VTK + Cmake

I'm running OSX 10.6 (Snow Leopard), Qt 4.6, VTK 5.4, and Cmake 2.8. I installed Qt, then VTK and Cmake. I configured VTK to use QT 4.6 (turned on VTK_USE_GUISUPPORT and VTK_USE_QVTK). The ...
1
vote
1answer
850 views

How to use NetBeans to debug C++ libraries not compiled with NetBeans?

I am using NetBeans 6.8 on Redhat Linux. Does anyone know how to configure NetBeans to debug (step into) libraries not compiled with NetBeans? In my particular case, I'm trying to debug the VTK ...
1
vote
1answer
831 views

C/C++ library for VTK IO

I have a simulation in C++ which generates huge amount of data. Right now I am using MATLAB libraries to save the results as a .mat file, but eventually I will be needing an open source binary format. ...
1
vote
2answers
531 views

VC++ Library Clashing Problem

I am working on a C++ project that uses Qt (gui lib), VTK (graphics lib) and another library which is so obscure I won't mention its name and will instead call it LIB_X. The project uses Qt for the ...
1
vote
3answers
228 views

Flipping the Y axis in vtk

Is there a way that I can make VTK have the Y axis go down (when increasing values) rather than up? I'd like my VTK windows to match my non-VTK windows in displaying data, which all have the Y axis ...

1 2 3