[ITK-users] TileImageFilter SideBySide
Michka Popoff
michkapopoff at gmail.com
Wed Aug 13 02:32:21 EDT 2014
Hi
Moving this mail to the new community mailing list
For your problem, you should use the setLayout method [1]
For 4 images, that would be:
itk::FixedArray< unsigned int, 2 > layout;
layout[0] = 4;
layout[1] = 0;
Michka
[1] http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide
On 13 août 2014, at 01:06, Dan Mercik <mercikd at thomas.edu> wrote:
> Good Afternoon,
>
>
>
> I want to know if it's possible to have more than two image be side by side vertically? If so what would I have to change in the algorithm, would I have to make a loop for the amount of input images? Any help would be greatly appreciative.
>
>
>
> Daniel Mercik
>
> Computer Science Major
>
> Service Desk Technician
>
> Thomas College
> _____________________________________
> 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/insight-users/attachments/20140813/812cc5f6/attachment.html>
More information about the Insight-users
mailing list