[Insight-developers] Morphological operations in a local region
of an image
Luis Ibanez
luis.ibanez at kitware.com
Tue Jul 17 11:24:03 EDT 2007
Hi Ahlem,
How are you defining the local region ?
as a rectangular region ?
If so, you could use the following pipeline:
ExtractRegionOfInterest --> MathMorpholgyFilter --> PasteImageFilter
The first filter can extract the region that you want to process,
the second will apply the morphology operations, the third will
put back the output in the original image.
You may want to look at the Doxygen documentation of these filters:
http://www.itk.org/Insight/Doxygen/html/classes.html
BTW: For future posting, please write a descriptive message
in the email subject. This will help us to keep track
of messages in the Archive.
Regards,
Luis
-------------------
Ahlem Anane wrote:
> Hi,
> Do you know how to operate morphological operations locally that means
> on only one part of the image.
> Thanks,
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
More information about the Insight-developers
mailing list