<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Luis,<br><br>VectorResampleImageFilter does not accept itk::Image< std::complex<float>, Dimension >,<br>it seems pixel type must be a FixedArray. How is it possible to use std::complex<float> instead of<br>itk::FixedArray<float, 2> ?<br></div><br><br><br><br><hr id="stopSpelling"><br>> <br>> <br>> Hi Ali,<br>> <br>> The VectorResampleImageFilter<br>> http://www.itk.org/Insight/Doxygen/html/classitk_1_1VectorResampleImageFilter.html<br>> <br>> should work on images of complex pixel type.<br>> <br>> <br>> Regards,<br>> <br>> <br>> Luis<br>> <br>> <br>> ------------------<br>> Ali - wrote:<br>> > Hi,<br>> > <br>> > Is there any filters supposring resampling images with complex values?<br>> > Obviously, itkResampleImageFilter is not designed to support complex values.<br>> > <br>> > One way of doing this could be by decomposing the complex image to its<br>> > real and imaginary components, resampling each component and put them<br>> > back to the complex image.<br>> > <br>> > It is possible to decompose the complex image by itkComplexToRealImageFilter<br>> > and itkComplexToRealImageFilter. However, it does not seem to be any other<br>> > filters for putting the real and imaginary parts back to a complex <br>> > image, or is there<br>> > such a filter?<br>> > <br>> <br>> > _______________________________________________<br>> > Insight-users mailing list<br>> > Insight-users@itk.org<br>> > http://www.itk.org/mailman/listinfo/insight-users<br><br /><hr />Be one of the first to try <a href='http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d' target='_new'>Windows Live Mail.</a></body>
</html>