[Insight-users] Combine Images into one vertical

robert tamburo robert.tamburo at gmail.com
Wed Sep 5 10:37:02 EDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120905/0a4f227c/attachment.htm>


More information about the Insight-users mailing list