<div dir="ltr"><div>Hello,</div><div><br></div><div>I am working to include "Eulerian Motion Magnification" in VTK. It requires me to implement temporal filtering(time domain filtering) of image pyramids. I have already implemented the IIR filtering and was exploring the possiblity to expand this to other filtering techiques. I want to add Butterworth filtering option as well along with IIR but I can't find any suitable class already implemented in VTK(I did have a look at the vtkImageButterworthLowPass class but it takes an image as input which doesnt serve my use case).</div><div><br></div><div>I had implemented this in python(<a href="https://github.com/ashray/Eulerian-Video-Magnification/blob/master/Code/butter.py">https://github.com/ashray/Eulerian-Video-Magnification/blob/master/Code/butter.py</a>) sometime back but there I had used scipy.signal.butter to get the filter coefficients. Can someone please tell me if there is any such functionality(to get filter coefficients of lowpass butterworth filter given the filter degree and cutoff frequencies) in VTK?</div><div><br></div><div>Thanks a lot.</div><br clear="all"><div><div dir="ltr">Regards<div>Ashray Malhotra</div><div><a href="https://in.linkedin.com/in/ashraymalhotra" target="_blank"><img src="https://docs.google.com/uc?export=download&id=0BzX8KoS1Hfd2M3JiaDliLVVWZmM&revid=0BzX8KoS1Hfd2ck1ia3ZEU2dVSThaT0tTMmFWbFV5dXdhMnVNPQ" width="139" height="28" style="margin-right: 0px;"></a><br></div></div></div>
</div>