[Insight-users] Problem in reading nifti image

robert tamburo robert.tamburo at gmail.com
Mon Feb 21 14:06:24 EST 2011


Section 12.5 of the ITK software guide:
12.5 Adaptors and Writers
Image adaptors will not behave correctly when connected directly to a
writer. The reason is
that writers tend to get direct access to the image buffer from their input,
since image adaptors
do not have a real buffer their behavior in this circumstances is incorrect.
You should avoid
instantiating the ImageFileWriter or the ImageSeriesWriter over an image
adaptor type.



More information about the Insight-users mailing list