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
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am interest开发者_如何学运维ed in trying to use SimpleITK to solve my imaging problem.Can you please tell me where the documentation and training materials are?SimpleITK is documented here, and has
I have a problem that I would like to tell you because is about some days that I don’t have new ideas.
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 been trying to fix this very weird problem since 1 or 2 weeks ago. I am trying to read DICOM images using ITK and afterwards do some processing.
I have xcode 3.2.6 and Mac OS X 10.6.8, so I\'ve downloaded ITK 3-2.20 and VTK, Cmake 2.8-5. I have installed ITK and VTK using Cmake, then I created Xcode projects ITK and VTK also using Cmake. I s
I want to calculate the FFT of an image, I read the image, and the ITK SmartPointer is called “imagen”.
The process I want to do is to make the FFT to an image (stored in “imagen”) , and then, multiply it with a filter ‘H’, after that, the inverse FFT will be done also.
The problem I have is that I open an Image from a GUI using Qt (through the class I createdImageFrame, this class has defined the PixelType as follows: