<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; "><div><br></div><div>Error:</div><div><br></div><div>itk::ExceptionObject (00ACF814)</div><div>Location: "void __thiscall itk::<wbr>VnlFFTRealToComplexConjugateIm<wbr>ageFilter&lt;float,2&gt;</div><div>::GenerateData(void)"</div><div>File: c:\program files\insighttoolkit-3.16.0\<wbr>code\algorithms\<wbr>itkVnlFFTRealToComp</div><div>lexConjugateImageFilter.txx</div><div>Line: 94</div><div>Description: Illegal Array DIM for FFT</div><div><br></div><div><br></div><div>I use this filter to transform a picture into frequency domain and do modification there. The input file is a jpg file, and the above error happened during execution.&nbsp;</div><div><br></div><div><div>&nbsp;&nbsp;for(i = 0; i &lt; num_dims; i++)</div><div>&nbsp;&nbsp; &nbsp;{</div><div>&nbsp;&nbsp; &nbsp;//#if 0</div><div>&nbsp;&nbsp; &nbsp;if( !this-&gt;Legaldim(inputSize[i]) ) &nbsp;&lt;----------------------------<wbr>------------this is where the error happened.</div><div>&nbsp;&nbsp; &nbsp; &nbsp;{</div><div>&nbsp;&nbsp; &nbsp; &nbsp;ExceptionObject exception(__FILE__, __LINE__);</div><div>&nbsp;&nbsp; &nbsp; &nbsp;exception.SetDescription("<wbr>Illegal Array DIM for FFT");</div><div>&nbsp;&nbsp; &nbsp; &nbsp;exception.SetLocation(ITK_<wbr>LOCATION);</div><div>&nbsp;&nbsp; &nbsp; &nbsp;throw exception;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;}</div><div>&nbsp;&nbsp; &nbsp;//#endif</div><div>&nbsp;&nbsp; &nbsp;vec_size *= inputSize[i];</div><div>&nbsp;&nbsp; &nbsp;}</div><div><br></div><div><br></div><div>this-&gt;Legaldim(inputSize[0]) is 0 where inputSize[0] is 290.&nbsp;</div><div><br></div><div>My guess is I cannot simply use a jpg picture as input?&nbsp;</div></div></span>                                               <br /><hr />您的电子邮件和更灵活的即时通信。免费获取 Windows Live Hotmail。 <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>立即注册。</a></body>
</html>