[Insight-users] voting binary image filter

Luis Ibanez luis.ibanez at kitware.com
Tue Feb 9 13:30:54 EST 2010


Hi Harish,

You can get a behavior "similar" to the one of the Voting filter,
for the case of grayscale images by using

         a) MedianImageFilter, or
         b) CurvatureFlowImageFiltr, or
         c) AnisotropicDiffusion filter

Note that they are not the complete equivalent of the process,
but qualitatively, they all propagate fronts for which their curvature
is progressively reduced.


      Luis


-----------------------------------
On Sun, Feb 7, 2010 at 4:40 PM, Harish Doddi <harish.slicer at gmail.com> wrote:
>
>
> Hello all,
>
> I am trying to use VotingBinaryImageFilter on a dataset to modify the pixels
> according to its neighbours.. But the dataset that I have is not a binary
> image. So is there any similar which does this on a non-binary gray scale MR
> image.
>
>
> Thanks,
> Harish
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list