[Insight-users] How can I tile an image?
Dan Mueller
dan.muel at gmail.com
Mon Oct 27 09:37:32 EDT 2008
Hi Marta,
Welcome to ITK!
You may be interested in itk::ExtractImageFilter:
http://www.itk.org/Doxygen/html/classitk_1_1ExtractImageFilter.html
If you are new to ITK, I can highly recommend reading the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
Hope this helps.
Regards, Dan
2008/10/27 ts <t_s_80 at gmx.de>:
> Hello,
> I'm quite new in the itk-world. What I'm trying to do currently, is to
> divide an image into some tiles with the same size and store them into
> separately images/regions and files. Basically, I want to separate the
> image like the StreamingImageFilter used with the
> ImageRegionMultipleDimensionSplitter, so that the output looks like
> -------------------------
> / 1 / 2 /
> -------------------------
> / 3 / 4 /
> -------------------------
> if I want four regions for example.
> It feels like there should be an easy way to do so automatically, but I
> didn't find it yet. Maybe I can get the regions from the
> StreamingImageFilter and store them? Or any other alternatives?
> Thank you very much for your help,
> Marta
> _______________________________________________
> 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