[Insight-users] ExtractImageFilter

Luis Ibanez luis.ibanez at kitware.com
Thu Nov 26 12:43:13 EST 2009


Hi David,

Another important difference between

          ExtractImageFilter

and

          RegionOfInterestImageFilter


is that ExtractImageFilter keeps the use the origin of the input
image as the origin of the output image, and recomputes the
Start index of the image region.,

while

the RegionOfInterestImageFilter keeps the StartIndex of the
image region as zeros, and recompute the Origin of the
Output image by using the origin of the input image and computing
the shift to the beginning of the region.

Usually, if you are doing something like Streaming, you want the behavior
 of the ExtractImageFitler, while, if you are doing something like Image
Registration, then you want the behavior of the RegionOfInterest image filter.


        Regards,


              Luis

----------------------------------------------------
On Tue, Nov 24, 2009 at 12:55 PM, David Pastor <david.pastor at die.upm.es> wrote:
> Hello,
>
> Is there any important difference between using ExtractImageFilter and
> RegionOfInterestImageFilter when trying to select for example an 3D frame of
> an 4D image?
>
> Cheers
> David
> _____________________________________
> 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