[Insight-users] Is itkGaussianBlurImageFunction very slow?

Bill Lorensen bill.lorensen at gmail.com
Mon Dec 1 13:31:34 EST 2008


This means the itk you are using was not compiled with the same
configuration as your project. You must recompile itk with the Release
configuration.

On Mon, Dec 1, 2008 at 1:20 PM, Fran Serrano <sercha at gmail.com> wrote:
> Hi Bill,
>
> Thanks for your help,
> I can compile it on linux changing Debug to Release but when I try with
> Visual Studio to change my project to Release the configuration Manager, I
> have the following error when it is linking:
>
> 1>LINK : fatal error LNK1181: cannot open input file 'ITKIO.lib'
>
> Do you know how can I solve this problem?
>
> Thanks,
>
> Fran
>
>
> On Mon, Dec 1, 2008 at 1:08 PM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
>>
>> Fran,
>>
>> How did you install itk. Did you compile it yourself?
>>
>> If you compiled itk,
>> 1) under linux, when you run ccmake, set CMAKE_BUILD_TYPE to Release.
>> 2) under Windows Visual Studio, in the IDE select the configuration to
>> Release.
>>
>> Bill
>>
>> On Mon, Dec 1, 2008 at 11:47 AM, Fran Serrano <sercha at gmail.com> wrote:
>> > Hi Bill and Eduardo,
>> >
>> > How do you mean with Release and Debug? I installed ITK on linux and
>> > also
>> > using Visual C++. How do you know if I installed the program as Release
>> > or
>> > Debug?
>> > I also have speed problems.
>> >
>> > Thanks,
>> >
>> > Fran Serrano
>> >
>> > On Fri, Nov 28, 2008 at 2:15 PM, Bill Lorensen <bill.lorensen at gmail.com>
>> > wrote:
>> >>
>> >> What platform are you running on? Did you build the itk and the
>> >> program as Release or Debug? Debug builds can be 2 to 30 times slower
>> >> than Release builds.
>> >>
>> >> Bill
>> >>
>> >> On Fri, Nov 28, 2008 at 1:39 PM, Eduardo - LNCC <camargo at lncc.br>
>> >> wrote:
>> >> > Hi,
>> >> >
>> >> > I'm trying to apply itkGaussianBlurImageFunction in a set of DICOM
>> >> > images
>> >> > with the below parameters and this function takes one hour for create
>> >> > output
>> >> > image. Is it work that?
>> >> >
>> >> > sigma = 0.5;
>> >> > kernelWidth = 1;
>> >> > error = 0.5.
>> >> >
>> >> > Sorry for my english
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Atenciosamente,
>> >> >
>> >> > Eduardo Camargo
>> >> > Analista de Sistemas
>> >> > HeMoLab - http://hemolab.lncc.br/equipe/desenv/eduardo.htm
>> >> > Laboratório Nacional de Computação Científica - LNCC
>> >> >
>> >> > _______________________________________________
>> >> > Insight-users mailing list
>> >> > Insight-users at itk.org
>> >> > http://www.itk.org/mailman/listinfo/insight-users
>> >> >
>> >> >
>> >> _______________________________________________
>> >> Insight-users mailing list
>> >> Insight-users at itk.org
>> >> http://www.itk.org/mailman/listinfo/insight-users
>> >
>> >
>> >
>> > --
>> > ~~~~~~~~~~~~~~~~Fran~~~~~~~~~~~~~~~~
>> >
>
>
>
> --
> ~~~~~~~~~~~~~~~~Fran~~~~~~~~~~~~~~~~
>


More information about the Insight-users mailing list