[ITK] [ITK-users] ImageRegionIteratorWithIndex
Jim Miller
millerjv at gmail.com
Fri Oct 24 07:33:26 EDT 2014
Image Iterators allow you to visit every pixel in an image (or image
region) with a prescribed pattern of access. We use Image Iterators to
write generic code that can operate on 1D, 2D, 3D, and 4D images without
requiring the algorithm code to understand the dimension of the image.
The WithIndex variants of the Image Iterators are optimized to be able to
report the pixel position (Index) of the iterator.
On Fri, Oct 24, 2014 at 5:00 AM, Abdul Abdul <abdul.sw84 at gmail.com> wrote:
> Hello,
>
> What is the purpose of ImageRegionIteratorWithIndex
> <http://www.itk.org/Doxygen/html/classitk_1_1ImageRegionIteratorWithIndex.html>?
> I didn't get the whole point from the documentation. Can you kindly just
> clarify it a bit?
>
> Thanks.
>
> _____________________________________
> 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.php
>
> 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://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20141024/2a842163/attachment-0002.html>
-------------- next part --------------
_____________________________________
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.php
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://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list