<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">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 image, or is there<br>such a filter?<br></div><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>