[Insight-users] How to use median filter for arrays
Luis Ibanez
luis.ibanez at kitware.com
Mon Aug 27 12:14:59 EDT 2007
Hi Ravi,
Welcome to ITK !
In ITK we use the itk::Image class to represent images.
The 2D Array class is used for minor tasks, not for
representing images.
Please read the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
In particular, Section 6.6.2 "Median Filter", in
pdf pages 201-203.
The associated source code example can be found in
Insight/Examples/Filtering/MedianImageFilter.cxx
Since you are new to image processing, we *strongly*
encourage you to read the first four chapters of the
ITK Software Guide. They will give you an overview
of the toolkit and its principles. In particular
Chapter four will tell you about the Image concept
in ITK.
Regards,
Luis
---------------------
nagendra kumar wrote:
> Hi,
>
> I am very new to image processing. Can any body explain me how to use
> median filter on an input of 2D double array?
>
> Regards,
> Ravi
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list