[ITK] [ITK-users] Image Size [0, 0, 0]

Bill Lorensen bill.lorensen at gmail.com
Mon Jan 26 12:58:51 EST 2015


Or instead of
resample->SetInput( input );
apply
resample->SetInput(reader->GetOutput());


On Mon, Jan 26, 2015 at 12:57 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Before
> input = reader->GetOutput();
> apply
> reader->Update();
>
>
> On Mon, Jan 26, 2015 at 12:52 PM, Judisch, Alexandra L
> <alexandra-judisch at uiowa.edu> wrote:
>> Here it is.
>> ________________________________________
>> From: Bill Lorensen [bill.lorensen at gmail.com]
>> Sent: Monday, January 26, 2015 11:50 AM
>> To: Judisch, Alexandra L
>> Cc: insight-users at itk.org
>> Subject: Re: [ITK-users] Image Size [0, 0, 0]
>>
>> Can you share code that illustrate the problem?
>>
>>
>> On Mon, Jan 26, 2015 at 12:27 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>>> What image format?
>>>
>>>
>>> On Mon, Jan 26, 2015 at 12:04 PM, Judisch, Alexandra L
>>> <alexandra-judisch at uiowa.edu> wrote:
>>>> Hi all!
>>>> I am trying to write code to downsample an image using the resample image
>>>> filter. The problem is that the program keeps failing because it is reading
>>>> the image size as [0, 0, 0] which is obviously not the case. Has anyone run
>>>> into this problem before or have any ideas how to fix it?
>>>> Thanks,
>>>> Alex
>>>>
>>>> _____________________________________
>>>> 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
>>>>
>>>
>>>
>>>
>>> --
>>> Unpaid intern in BillsBasement at noware dot com
>>
>>
>>
>> --
>> Unpaid intern in BillsBasement at noware dot com
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com



-- 
Unpaid intern in BillsBasement at noware dot 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://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list