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

0
votes
0answers
9 views

HOW DO I BUILD ITK-SNAP?

I use ITK 4.3,VTK and Qt on visual studio 9.Please how do I add ITK-SNAP ? I am sorry for my many questions, I wanted to know the difference between ITK and ITK-SNAP and what do ITK-SNAP added ...
0
votes
1answer
21 views

Load lib dynamicly at runtime don't work

I try to load a *.so at runtime with the following code: handle = dlopen(Path, RTLD_LAZY); create = (FunctionEquationInterface* (*)())dlsym(handle, "CreateClass"); destroy = (void ...
0
votes
0answers
9 views

What does “realized” mean in VTK class description?

The VTK class reference states that vtkViewport::GetSize() returns (0, 0) "if the window has not yet been realized." My question is, what does "realized" mean in this context?
1
vote
1answer
38 views

VTK 3D Volume Rendering from Memory

I am going to render 3D Data, which is a one dimensional array. This data are precomputed in the same program that will do the visualization. The data represents an uniform 3D grid. Each cell of the ...
0
votes
0answers
22 views

Crop DICOM series with ITK, VTK and Qt

I need to crop a Dicom series by selecting with the mouse the part that I want to keep ( such as crop tool in photoshop) and recover the dimensions (2D) of the portion that has been selected. here are ...
0
votes
1answer
24 views

How to free a vtkSmartPointer

Is it possible to free a vtkSmartPointer before its destructor is called (end of scope of end of object lifetime)? I have a class which draws a certain type of plot. Also a close() function which ...
-3
votes
1answer
47 views

Is calling new twice on the same vtkSmartPointer unsafe?

According to this question you cannot call new twice on the same normal pointer without a delete, but what if you are working with the vtkSmartPointers? I had several occations where calling Delete() ...
0
votes
0answers
17 views

How to unzip a series DICOM with ITK

I am trying to read a DICOM series with ITK and display it with VTK, when my program reads a series DICOM (ultrasound echocardiography), the image appears black, I uncompressed the series with OsiriX, ...
0
votes
1answer
24 views

Check Position of vtkActor before insert new vtkActor

I'm working with vtk (c #) to develop my dissertation. I am creating a lot of objects (vtkSphereSource) in space randomly. In a certain area can not exist objects. How can I check before including ...
0
votes
1answer
29 views

CMake error when configuring itkvtkglue

My question is similar to Emre's question. I am trying to build the itkImageToVTKImageFilter example from the wiki. I hope to use it for a Gaussian low pass filter that I plan to apply to an image. ...
0
votes
1answer
34 views

VTK how to smooth a line

I need to smooth a line which seems like vtkContourWidget shows. but the line is not closed on which there is one start point and one end point. Thanks in advance and kind regards :)
1
vote
0answers
60 views

Displaying a 3D Image in VTK with C++ (.mhd, .raw)

I have a simple file that is supposed to display a medical image in the .raw format by reading it's header from a .mhd file using the MetaImageReader. I'm not quite familiar with VTK so I tried two ...
1
vote
2answers
56 views

how to correct the orientation of the image with ITK-VTK

I am a beginner in VTK ITK, I am trying to read a DICOM series with ITK and display with VTK but I had pictures upside down, I tried to read a single image (JPG) with ITK and visualuser with VTK it is ...
1
vote
1answer
72 views

Is it possible to use the (polyData) writers in VTK for data types from other libraries?

I am using ParaView for data visualization, and therefore I need to write my own data in a supported format (like ASCII .vtk). For this purpose, I wrote a legacy ASCII .vtk writer , and it's working ...
2
votes
1answer
36 views

vtk python can't be detected

VTK was working fine until I updated it. I made sure to turn on all the python linking etc. Now, when I run mayavi2, I receive: dustin@dustin:~$ mayavi2 Traceback (most recent call last): File ...
0
votes
1answer
23 views

split vtk polydata through a plane to two polydata

My idea is simple: given a vtk polydata and a vtk plane, get two diferent polydata. This polydatas are the division of the original polydata.
0
votes
1answer
47 views

How to crop imagedata after a registration?

This is a question about vtk program. I'm making a rigid registration between 3D MRI and 3D US image. The size of US data is much bigger than MRI. First, I take some landmarks on the same organ of ...
0
votes
3answers
41 views

why can't I access imagedata in main?

I am trying to write a programme to read MRI data by using VTK and C++. But I can't get spacing of MRI raw data in main. The "GetSpacing" only works in "ReadImageData" function. I think I made some ...
0
votes
1answer
50 views

issue with vtk python wrapping: can't import vtk in interpreter but can import in console

I compiled vtk with python wrapping and I can us it on the command line. However, I am using eclipse IDE and want to use vtk but no matter what I do with my PYTHONPATH variable, I still get the ...
0
votes
0answers
30 views

Incorrect Java version in vtk

I've got 2 Ubuntu machines, one 32 bit and one 64 bit. The 32 bit works fine and now I'm compiling vtk using ccmake for the 64 bit machine. I need to compile for JDK 6 but on both machines I have JDK ...
0
votes
2answers
67 views

Visual Studio 2010 linking errors using VTK

I'm having trouble to compile VTK 5.10.1 example code in Visual Studio 2010 on Windows 7 64 bit SP1. First of all, I installed VTK using this tutorial. No errors occured while installing VTK and the ...
2
votes
1answer
112 views

how to connect ITK to VTK with c++?

I am a beginner in ITK, VTK and Qt. I use visual studio 9. I am trying to read a DICOM series with ITK and display with VTK in QVTKWidget (Qt). I based on this code ...
0
votes
1answer
67 views

Programming with GDCM in Windows and changing pixel data with VTK?

I have two questions. First: I haven't got any definite documentation on how to use the GDCM library in Windows. Is it at all possible to use GDCM library in Visual Studio in windows? If so, could ...
0
votes
0answers
51 views

docking a vtk-based pane on a wx aui manager

I have a wxpython application that contains an aui manager on which I would like to dock a floatable pane that contains itself a VTK interactor render window. The application works fine on windows but ...
1
vote
0answers
91 views

How to visualize 3D cloud from Openni Kinect Grabber using QVTK

I am using PCL to buld an application for viewing the registered depth cloud from the Openni Grabber alongside a panel with some buttons for some added functionality. I figured out QVTK could help ...
0
votes
2answers
45 views

/usr/bin/ld: cannot find -lvtkCommon

I try to learn how to use realityGrid so I use cmake to build some samples. After finishing use ccmake command, I tried to use make command. But I'm keeping to get the errors: /usr/bin/ld: cannot ...
0
votes
1answer
23 views

VTK error in Mac OS X

I'm new in vtk and I was trying to build the example code came with VTK 5.10.1. The linker is giving me the following issues: Undefined symbols for architecture x86_64: ...
0
votes
1answer
47 views

Draw vector of closest approach between two vtkPolyData objects?

I am using vtk trying to determine the minimum distance between two polydata objects. I am using vtkDistancePolyDataFilter to determine the minimum distance, but how do I determine the associated ...
0
votes
0answers
30 views

Add a datafile type reader to paraview using pvpython

I'm aware that you can add readers for different datafile types to paraview, however, that all talks about doing a bunch of VTK stuff in c++ and (maybe worse) re-compiling paraview to make it aware of ...
0
votes
1answer
95 views

Error upon app shutdown: QGLContext::makeCurrent: Cannot make invalid context current

My app uses PyQt and instantiates a QVTKOpenGLWidget. When my app is shutting down, I see this error appear on stderr: QGLContext::makeCurrent: Cannot make invalid context current It seems to be ...
0
votes
1answer
32 views

Is it possible to convert VTK into OSX framework bundle?

I want to pack the VTK framework inside my App like a .framework bundle in OSX. Is it possible to do so? If yes, please help me to do it. I have downloaded the source of latest release 5.10.1 ...
0
votes
0answers
35 views

PySide and VTK on Windows 32

I've got a PySide/VTK application, connected using the QVTKRenderWindowInteractor. PySide 1.0.9 works ok on Unix based systems with a QT4.8/VTK 5.8. (all Python 2.7.3) Then I port on a Microsoft ...
1
vote
1answer
133 views

Exporting a 3D numpy to a VTK file for viewing in Paraview/Mayavi

For those that want to export a simple 3D numpy array (along with axes) to a .vtk (or .vtr) file for post-processing and display in Paraview or Mayavi there's a little module called PyEVTK that does ...
0
votes
1answer
60 views

VTKPNGWriter printing out black images?

I am doing some image processing using ITK and then using VTK to print the results in a .png format however, the output image is always black. Currently, I am converting itk::Image to ...
0
votes
1answer
39 views

Close VTK window (Python)

Consider the following script import vtk ren = vtk.vtkRenderer() renWin = vtk.vtkRenderWindow() renWin.AddRenderer(ren) iren = vtk.vtkRenderWindowInteractor() iren.SetRenderWindow(renWin) an_actor ...
1
vote
1answer
42 views

Change color depending on height in Mayavi iso_surface

Is is possible to change the colour of an iso-surface depending on height of the points (in python / mayavi) ? I can create an iso-surface visualization with my script, but I don't know how to make ...
0
votes
2answers
86 views

2 threads left hanging waiting on QWaitCondition in spite of wakeAll calls

I have threaded iterative generation of some geometries. I use VTK for rendering. After each iteration I would like to display (render) the current progress. My approach works as expected until the ...
0
votes
0answers
55 views

XTK and .vtk file with unstructured grid: no errors, nothing displayed

XTK noob here. I was given a .vtk file to try and display. I tried to alter the boilerplate example which seems to run without errors but nothing is displayed. <!DOCTYPE html> <html> ...
1
vote
1answer
35 views

Centering image in VTK window

I'm using vtkTexturedActor2D and vtkImageMapper to display a 2D image. I can use actor.GetPositionCoordinate().SetCoordinateSystemToNormalizedDisplay(); actor.this.Actor.SetPosition(0.5, 0.9); to ...
0
votes
1answer
227 views

Installing VTK for Python

I'm trying to install VTK module for python, I am however unsuccesful in doing so. I have downloaded a VTK tar-file, but I'm unable to extract it. I'm capable of extracting other tar-files, so there ...
0
votes
1answer
54 views

Removing point from cloud which are closer than threshold distance

I am importing mesh file where each face is described by coordinates of its vertices. Most vertices are shared between points. Therefore, I would like to eliminate points which are closer than ...
3
votes
0answers
156 views

mxe cross compiling linux to windows vtk example

I would like to know if there is an example out there, or could somebody post one, for compiling a vtk .exe app using MXE. The headers and libraries are built but I can't seem to get it to work. I ...
2
votes
0answers
84 views

plotting concave objects with mayavi or vtk

I am just getting started using mayavi in python, and don't know too much about programming 3d graphics. I want to plot a concave surface/object but when I try it comes out being connected like this: ...
0
votes
0answers
101 views

CUDA 4.2 - cannot compile host and device code

I wish to compile a c++ class which contains both host and device code. The host uses vtk in the constructor and I don't think this can be compiled by nvcc on its own, since I am getting the message: ...
1
vote
0answers
56 views

real-time orientation tracker on vtk python

I want to make a simple program using vtk and PyQt which can track and visualize orientation of IMU sensor such as Razor IMU 9 DOF sensor stick, only for the gyroscope sensor exactly in the real-time, ...
0
votes
1answer
87 views

VTK: Put Label/Text near points in the 3d plot

I have written a code which plots multiple 3d points as spheres. I want to add some text near each sphere in 3D to mention some info about each point. But I have vtkPoints to store points positions ...
0
votes
1answer
82 views

How to check whether vtk polydata has cell or point data

How do I check whether a vtkPolyData has point data or cell data or none?
2
votes
1answer
148 views

c++ vtk xml writer (vtkImageData) - multiple variables in the same vti file

I am trying to write data from a uniform grid to a vtk XML file, so that I can render it using Paraview. I would like my output file to contain two variables: 1 3-component vector and 1 scalar value ...
0
votes
1answer
42 views

save result of vtkDistancePolyDataFilter as .vtk

I am working with vtkDistancePolyDataFilter and I want to save the result as a .vtk file. The result is correct, I can display it with vtkRenderer. But I can't save it with a vtk writer, because they ...
0
votes
0answers
41 views

Mayavi on Heroku

My goal is to use Mayavi in Python on Heroku. Therefore I tried to install it using pip in a virtual environment: virtualenv venv --distribute source venv/bin/activate pip install "Mayavi[app]" ...

1 2 3 4 5 7