[Insight-users] Combine Images into one vertical

Gregoouc gregoris.liasis at st.ouc.ac.cy
Wed Sep 5 15:27:57 EDT 2012


Thank you Robert but unfortunatelly this didnt work.

Any other ideas?

Thank you in advance.

Grego



Robert Tamburo-2 wrote:
> 
> Looks like TileImageFilter should do what you want by correctly setting
> the
> layout. Try modifying this example for putting two images side by side
> http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/TileImageFilter_SideBySide
> 
> 
> from
> 
>   layout[0] = 2;
>   layout[1] = 0;
> 
> 
> to
> 
>   layout[0] = 0;
>   layout[1] = 2;
> 
> 
> 
> 
> On Wed, Sep 5, 2012 at 10:02 AM, Gregoouc
> <gregoris.liasis at st.ouc.ac.cy>wrote:
> 
>>
>> Dear all,
>>
>> Does anybody know how to combine multible images into one vertical?
>> Similar
>> with the TileImageFilter but not horizontal side by side, vertical one
>> down
>> the other.
>>
>> Thank you
>>
>> Grego
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34392491.html
>> Sent from the ITK - Users mailing list archive at Nabble.com.
>>
>> _____________________________________
>> 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://www.itk.org/mailman/listinfo/insight-users
>>
> 
> 
> 
> -- 
> robert
> 
> _____________________________________
> 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://www.itk.org/mailman/listinfo/insight-users
> 
> 

-- 
View this message in context: http://old.nabble.com/Combine-Images-into-one-vertical-tp34392491p34394105.html
Sent from the ITK - Users mailing list archive at Nabble.com.



More information about the Insight-users mailing list