[Insight-users] How to process a portion of an image

Luis Ibanez luis.ibanez at kitware.com
Fri Aug 13 16:35:21 EDT 2004


Hi Kai,

You may want to use the

    itkRegionOfInterestImageFilter
http://www.itk.org/Insight/Doxygen/html/classitk_1_1RegionOfInterestImageFilter.html

to extract the region of interest of your image.

Pass the output of this filter as input to your
next processing stage.


Regards,


    Luis


--------------
Kai Li wrote:

> Hi,
>   I'm wondering how to let a filter to process just a portion of an image.
> I guess I need to do something about the "requested region",
> but I don't know whether I should set the the requested region of the
> input image or the output image, or anything else. Any help is
> appriciated!
> 
> Kai
> _______________________________________________
> 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