[Insight-users] Combine Images into one vertical

Dan Mueller dan.muel at gmail.com
Wed Sep 5 18:09:17 EDT 2012


Hi Grego,

>> Looks like TileImageFilter should do what you want by
>> correctly setting the layout.
> Thank you Robert but unfortunatelly this didnt work.

Please provide some more information as to why this did not work. Did
the program not compile? Did the program crash during execution? Did
the output image not match your expectation?

Regards, Dan

On 6 September 2012 04:57, Gregoouc <gregoris.liasis at st.ouc.ac.cy> wrote:
>
> 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.
>
> _____________________________________
> 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


More information about the Insight-users mailing list