[Insight-users] Resampling (transforming) images with complex values

Ali - saveez at hotmail.com
Wed Jan 24 16:14:59 EST 2007


Luis,VectorResampleImageFilter does not accept itk::Image< std::complex<float>,  Dimension >,it seems pixel type must be a FixedArray. How is it possible to use std::complex<float> instead ofitk::FixedArray<float, 2> ?> > > Hi Ali,> > The VectorResampleImageFilter> http://www.itk.org/Insight/Doxygen/html/classitk_1_1VectorResampleImageFilter.html> > should work on images of complex pixel type.> > >    Regards,> > >       Luis> > > ------------------> Ali - wrote:> > Hi,> > > > Is there any filters supposring resampling images with complex values?> > Obviously, itkResampleImageFilter is not designed to support complex values.> > > > One way of doing this could be by decomposing the complex image to its> > real and imaginary components, resampling each component and put them> > back to the complex image.> > > > It is possible to decompose the complex image by itkComplexToRealImageFilter> > and itkComplexToRealImageFilter. However, it does not seem to be any other> > filters for putting the real and imaginary parts back to a complex > > image, or is there> > such a filter?> > > > > _______________________________________________> > Insight-users mailing list> > Insight-users at itk.org> > http://www.itk.org/mailman/listinfo/insight-users
_________________________________________________________________
Be one of the first to try Windows Live Mail.
http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070124/029139fb/attachment.html


More information about the Insight-users mailing list