[Insight-users] threshold filtering
Luis Ibanez
luis.ibanez@kitware.com
Fri, 25 Apr 2003 09:51:20 -0400
Hi Joris,
You may want to look at the section on
Thresholding Filters in the SoftwareGuide.
This is section 5.1 pdf-page 93.
http://www.itk.org/ItkSoftwareGuide.pdf
In particular, the ThresholdImageFilter may
do what you want.
http://public.kitware.com/Insight/Doxygen/html/classitk_1_1ThresholdImageFilter.html
If you need to invert graylevels, please
take a look at the IntensityWindowingImageFilter
http://www.itk.org/Insight/Doxygen/html/classitk_1_1IntensityWindowingImageFilter.html
Regards,
Luis
----------------------------
J Mst wrote:
> Hi all,
>
> I want to register simple photographs of patients on the treatment
> table. I encounterd a big problem while testing my program. My program
> takes the background into its computations. So i wanted to filter out
> the background for further processing.
>
> I looked at the binary threshold filter and i want to do just that thing
> but that the INVERSE. So i'd like to set a particular region which has
> to get another (inside pixel) value. In that way, my further processing
> would be a lot simpler.
>
> I havent encounterd a useful filter yet.
>
> Can anyone advise my an appropriate filter?
>
> many thanks in advance
>
> Joris
>
>
>
>
>
> _________________________________________________________________
> Chatten met je online vrienden via MSN Messenger. http://messenger.msn.nl/
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>