[Insight-developers] Re: MRIBiasFieldCorrectionFilter errors

Luis Ibanez luis.ibanez@kitware.com
Sat, 02 Mar 2002 12:39:59 -0500


Bill,

This class is used only (so far) by the Example/MRIBiascorrection

The example actually doesn't require FLTK (the FLTK flag around it in
CMakeList.txt seems to be a legacy line). Its dependency from Auxiliary
was due to the need for reading MetaImage files.

Now that  IO is working,  this is no longer necessary. A minimal subset of
the MetaImage reader is already in Code/IO and is independent of Auxiliary.

I'll fix the CMakeList.txt and try to add a a test but I'd rather 
coordinate this
with Jisung who is more knowledgeable about these classes and may have a
better perception of what has to be done.


   Luis


====================================================

Bill Lorensen wrote:

>Luis,
>Lydia has a good point. There is no test of this class in Algorithms. Could you add one?
>
>Bill
>
>At 10:03 AM 3/1/02 -0800, Lydia Ng wrote:
>
>>I might have cause these errors when I changed some stuff yesterday.
>>I spend a lot of time compiling the whole darn thing on VC++
>>and Cygwin/gcc before checking things in.
>>
>>I didn't come across these errors as I don't turn Auxiliary on 
>>and I don't have fltk.
>>I assumed that core ITK code have no dependency on Auxiliary.
>>
>>Since MRIBiasFieldCorrectionFilter lives in Code/Algorithms
>>shouldn't there be at standalone test in Testing/Code/Algorithms
>>without any depends on Auxiliary?
>>
>>What do others think?
>>
>>-Lydia
>>
>>
>>>-----Original Message-----
>>>From: Luis Ibanez [mailto:luis.ibanez@kitware.com]
>>>Sent: Friday, March 01, 2002 8:31 AM
>>>To: Lorensen, William E (CRD)
>>>Cc: insight-developers@public.kitware.com
>>>Subject: [Insight-developers] Re: MRIBiasFieldCorrectionFilter errors
>>>
>>>
>>>
>>>Yes, I'll fix this.
>>>It is due to the virtual functions in the abstract CostFunction class.
>>>
>>>Luis
>>>
>>>===========================================
>>>
>>>Lorensen, William E (CRD) wrote:
>>>
>>>>Luis,
>>>>Looks like there are still problems in the subject code.
>>>>
>>>>Bill
>>>>
>>>
>>>
>>>
>>>_______________________________________________
>>>Insight-developers mailing list
>>>Insight-developers@public.kitware.com
>>>http://public.kitware.com/mailman/listinfo/insight-developers
>>>
>>_______________________________________________
>>Insight-developers mailing list
>>Insight-developers@public.kitware.com
>>http://public.kitware.com/mailman/listinfo/insight-developers 
>>
>
>
>