[ITK-users] Tiling Side by Side Question

Jim Miller millerjv at gmail.com
Mon Aug 25 15:42:04 EDT 2014


In this, I think you want to cascade two TileImage filters. One to tile the first two images horizontally. The second to Tile that result with your others vertically. 

Jim

> On Aug 25, 2014, at 2:44 PM, Dan Mercik <mercikd at thomas.edu> wrote:
> 
> Hey,
> 
>            I have 7 images to tile but only want 2  images to  be tile horizontally and  the other 5 other images to be tile vertically. When I declare the layouts like
> 
> layout[0] = 2;
> 
> layout[1] = 5;
> 
> The x axis is always being filled. Is it possible to not fill that tile with an image?
> 
> 
> 
> 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


More information about the Insight-users mailing list