itk
Inaccuracy in fftw calculation
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[详细]
2023-04-11 03:19 分类:问答Is there any complete guide to the building and installation of ITK 4.0? [closed]
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.[详细]
2023-04-08 22:43 分类:问答Where can I find the SimpleITK documentation and reference information?
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[详细]
2023-04-06 16:02 分类:问答Updating itk image in Qt user interface
I have a problem that I would like to tell you because is about some days that I don’t have new ideas.[详细]
2023-04-04 19:15 分类:问答DICOM Image is too dark with ITK
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.[详细]
2023-03-31 01:10 分类:问答Weird segfault on C++ using ITK class
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.[详细]
2023-03-29 18:15 分类:问答Cocoa app with ITK, VTK to read DICOM file
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[详细]
2023-03-27 14:15 分类:问答Pixelvalues of an image in a 2D double* pointer for calculating FFT_2D
I want to calculate the FFT of an image, I read the image, and the ITK SmartPointer is called “imagen”.[详细]
2023-03-22 08:57 分类:问答Violation access in time compilation (0xC0000005)
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.[详细]
2023-03-21 14:21 分类:问答Problem with double precision and smartpointer in ITK
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:[详细]
2023-03-17 21:53 分类:问答