Top "Vtk" questions

The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization.

CMake: how to set VTK_DIR?

This is one part of my CMakeLists.txt set (VTK_DIR "/usr/include/vtk-5.8") find_package(VTK REQUIRED) include(${VTK_…

c++ cmake vtk
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 …

python vtk
how to install x11_xt_lib when configure VTK?

when I configure VTK with ccmake command on Ubuntu 14.04, the following error message happens after I press c button. how …

linux ubuntu cmake x11 vtk
How to display point cloud in vtk in different colors?

I have a point cloud which I want to visualize in vtk. I want to see them in different colors …

python vtk
Install VTK with anaconda 3.6

I need to install VTK and mayavi on Ubuntu 16. I have Anaconda with Python 3.6. If I run: conda install -c …

anaconda vtk conda mayavi
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 …

matlab import development-environment vtk
How to use QVTKWidget

I am working at a part of a big project. My goal is it to show a vtkRenderer in a …

c++ qt vtk qvtkwidget
How to install VTK 6.1 for OSX 10.8 with Cocoa/XCode support?

The extremely helpful guidelines posted at http://www.vtk.org/Wiki/Cocoa_VTK and via the readme file by Sean …

macos vtk
What software can visualise VTK file formats?

I run a code which outputs many .vtk files. What software packages can I use to visualise these VTK files?

c++ vtk
CMake VTK_DIR-NOTFOUND

VTK_DIR-NOTFOUND is returned when using CMake. I am using CMake GUI and, as other path errors, I can point …

cmake vtk