vtk
What do I put for a ParameterType value in an ITK function call in Python?
I\'m trying to do this using the ITK Python bindings: mi_metric = it开发者_Python百科k.MutualInformationImageToImageMetric[itk.Image.F3, itk.Image.F3].New()[详细]
2023-02-14 21:16 分类:问答Convert bmp image into DICOM
I have 800 images in BMP format and I would like to convert them into DICOM. I have started like this, but it is not working for some reason.[详细]
2023-02-11 23:52 分类:问答VTK move image to center of the bounding box
How can I move my image which is in the bottom left of the bounding box to center of the 开发者_如何学JAVAbox? Also I want to maximize the size of the image that fits to the bounding box.What do you m[详细]
2023-02-09 23:02 分类:问答Good path minimization algorithm 2D in Java and VTK
I would like to find an algorithm for path minimization with some constraints in Java with VTK.As input I am going to give an area for the polygon which is constant, the center of mass of the polygon,[详细]
2023-01-28 14:15 分类:问答Get CXXFLAGS from VTK without using CMake
I am developing some software using VTK. I have compiled VTK succesfully using CMake. Now I need to include the VTK headers and libs into my project. My project is using a plain old Makefile. I would[详细]
2023-01-24 07:51 分类:问答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):[详细]
2023-01-19 21:54 分类:问答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 开发者_如何学JAVAhas an opinion about which one works better[详细]
2023-01-19 03:33 分类:问答QT Plugin , VTK QT Widget , Multi-thread and Linking question?
Greetings all, This is going to be a long question,skip the [Background] if its not that neccasary;) [Background][详细]
2023-01-15 04:46 分类:问答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 dev[详细]
2023-01-09 11:28 分类:问答Paraview and Python on Mac OSX
I\'ve installed the binary distribution of paraview on OSX. When running this I can access the python interpreter from the Tools -> Python Shell. However I cannot figure out which libraries I need to[详细]
2023-01-08 19:17 分类:问答