[Insight-users] (no subject)

Luis Ibanez luis.ibanez at kitware.com
Sat Dec 4 18:25:34 EST 2010


Hi Zhouping

The implementation of TIFF in ITK does not support
32bits floating point as a pixel type. (Only char/uchar,
short and ushort).

Looking at the TIFF documentation, it looks like float
is not really an option for pixel types:
http://www.remotesensing.org/libtiff/support.html

You may want to consider using other file formats,
for example:

* MetaImage
* Nrrd
* Nifti


   Regards


          Luis


---------------------------------------
On Thu, Dec 2, 2010 at 4:23 PM, Zhouping Wei <zhouping.wei at usask.ca> wrote:
> Hi Luis,
>
> May I know if there is any way for itk to take 32bit floating point in TIFF
> format as input?
>
...

> I'd like to use
> the deformable registration provided by itk, and I hope the output of the
> itk deformable registration software will be 32bit floating point in
> TIFF format as well
>  ..
>
> Regards,
> Zhouping


More information about the Insight-users mailing list