[Insight-users] write vector image
Bing Jian
bjian at cise . ufl . edu
Thu, 13 Nov 2003 15:21:00 -0500 (EST)
Well, after I did that and recompiled my program, something happened.
I got an output window which contains following message:
WARNING: in ...\Common\itkObjectFactory...
Possible incompatible factory load
Running itk version:
itk version 140, itk source $Revision:1.1066$, $Date:2003/09/20
Loaded itk version:
itk version 150, itk source $Revision:1.1121$, $Date:2003/11/13
Loading factory:
Non-Dynamically loaded factory.
Any explanations? Thanks!
--
Best wishes,
Bing Jian
bjian at cise . ufl . edu
On Thu, 13 Nov 2003, Mathieu Malaterre wrote:
> Bing Jian wrote:
> > I just checked that itkImageIOBase.cxx file. It can support
> > CovariantVector<float,2>, CovariantVector<float,3> and Vector
> > <float,3>. I guess the reason may be that my pixel type is
> > CovariantVector<double, 2 or 3>. So I just need to add some
> > more entries in that file and recompile it?
> >
>
> That's what I would do, but as Luis said it was a temp fix:
>
> http://www . itk . org/pipermail/insight-users/2003-February/002485 . html
>
>
> /mat
>
>