<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear All,<BR>&nbsp; </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I used vtkbutterworthLowPass filter through 
VtkImageFFT.But I feel that I am getting only the FFT output.&nbsp; I am not 
getting the ButterworthLowPass filter output.In my code, First I get the pixel 
data from an image and storing in some buffer.&nbsp; After that we are importing 
the buffer using the "vtkImageImport". Giving the importer output to the 
"vtkImageFFT".Then giving output of the "vtkImageFFt" <BR>class to the 
"vtkImageButterworthLowPass" class.&nbsp; Then the output of this class has 
given to the "vtkImageRFFT" as input.&nbsp; This class output is given to the 
"vtkImageExporter" as input.<BR>When I run this filter then the programing is 
closing itself by giving the error message.<BR>Can any one please tell me what 
parameters and methods I have to use in "vtkButterworthLowPass" class.&nbsp; 
Here I am producing my code. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;vtkImageButterworthLowPass&nbsp;&nbsp; *lowPass = 
ImageButterworthLowPass :: New();<BR>&nbsp;lowPass -&gt; SetInput(fft -&gt; 
GetOutput());<BR>&nbsp;lowPass -&gt; SetOrder(3);<BR>&nbsp;lowPass -&gt; 
SetXCutOff(0.02);<BR>&nbsp;lowPass -&gt; SetYCutOff(0.02);<BR>&nbsp;lowPass 
-&gt; ReleaseDataFlagOff();<BR>&nbsp;<BR>&nbsp;vtkImageRFFT *rfft = 
vtkImageRFFT::New();<BR>&nbsp;rfft-&gt;SetDimensionality&nbsp; ( 2 
);<BR>&nbsp;rfft-&gt;SetInput( lowPass-&gt;GetOutput() );</FONT></DIV><FONT 
face=Arial size=2>
<DIV>&nbsp;</DIV>
<DIV>Expecting&nbsp;an 
early&nbsp;reply.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanking 
you,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kiran 
kumar.<BR></FONT></DIV></BODY></HTML>