[Insight-developers] Speak now or forever hold your peace w.r.t. itk::TransformFileReader/Writer

kent williams norman-k-williams at uiowa.edu
Fri Aug 3 10:36:51 EDT 2007


Haha more like 'Googling experience.'  If  you google 'Matlab Mat File
Format' the first result is a PDF file from Mathworks called 'MAT-file
format' -- the Level 4 file format is described after the Level 5 format,
and it's no longer really supported.

There's an open source library that handles Matlab Level 5 files, but it's
GPL.  We could support that in ITK, but it's annoying.


On 8/3/07 7:03 AM, "Blezek, Daniel J (GE, Research)" <blezek at crd.ge.com>
wrote:

> Kent,
> 
>   Sounds great to me!
> 
>   Since you have the Matlab experience, why not make a Matlab Image IO
> object as well?
> 
> -dan
> 
> 
> kent williams wrote:
>> So today, I cut the Gordian Knot I discussed yesterday in the
>> TransformFileReader/Writer.
>> 
>> What I did was simply augment the existing reader and writer such
>> that if the filename given ends in ".mat" it will write a matlab
>> file, and if you try and read a file whose name ends in ".mat" it
>> will try to read it as a matlab file.
>> 
>> I augmented the regression test to do the same test with matlab files
>> as it does with text files and it passes.
>> 
>> Is anyone going to object if I check this in?
>> 
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers at itk.org
>> http://www.itk.org/mailman/listinfo/insight-developers



More information about the Insight-developers mailing list