I have to create simple 2d clouds textures i开发者_StackOverflown java so that they can be used in kml files and visualized in Google Earth. The thing is that I have some real data that depict cloud f
What is the difference between the CGAL a开发者_如何转开发nd the VTK libraries? Both incorporate a lot of the standard geometric algorithms. Can anyone list some application domains where the one is p
I have problem starting executable file tutorial on linux, ubuntu 10.10. I have installed CMake, after that using gui CMake I installed VTK. All was successfully installed using make and make install.
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.
I have a problem that i am trying to sort out for days already, without much success.. So, basically i want to use VTK from Qt, and i know that there is the nice QVTK module for that.
I am calculating the fft of an image which pixels are double with the FFTW library, for that purpose i am using the library fftw(http://www.fftw.org/) library in Visual Studio 2008 and using ITK (http
I\'m trying to fill in a structured grid with an analytical field, but despite reading the vtk docs, I haven\'t found out how to actually set scalar values at the grid points or the set the spacing/or
I want to display a surface which is textured. I want the triangles boundaries to be visible over the surface in a different color (lets say red). I have found the following code from the vtk code sam
I am trying to display some timeseries data in 3D using colormapped values using VTK. I have a single array of 3D positions for two different kinds of objects, say cones and spheres. These positions a
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.