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

Kai Li likai at cs.uoregon.edu
Fri Aug 13 19:13:34 EDT 2004


ITK is really considerate that it has a particular filter for this job.

Thank you for your reply, Luis.

Kai

On Fri, 13 Aug 2004, Luis Ibanez wrote:

>
> 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