[Insight-users] Reading vector images from multiple files
Jonathan Lok-Chuen Lo
jlo at robots.ox.ac.uk
Wed Aug 25 08:03:31 EDT 2004
Hi All,
I am trying the following, and any help would be very much appreciated. I
would like to reading a vector image, but the components are stored in
multiple files:
// Input vector pixel
const unsigned int vectorDimension = 6;
typedef itk::Vector< unsigned char, vectorDimension > InputPixelType;
// Input image type
const unsigned int imageDimension = 2;
typedef itk::Image< InputPixelType, imageDimension > InputImageType;
And I have got 6 different images file, where each file contain one
component values for the whole image.
I am wondering what would be the best way to handle this.
Thank you!
With regards,
Jonathan Lo
*************************************
Jonathan Lok-Chuen Lo
Medical Vision Labortory
Department of Engineering Science
Oxford University
Parks Road
Oxford OX1 3PJ
Phone: (44) 1865 280940
Fax: (44) 1865 280922
*************************************
More information about the Insight-users
mailing list