Synopsis
HxImageRep HxMakeFromMatlab (const HxImageSignature & signature, HxSizes sizes, double *pixels)
Input
const HxImageSignature & signature
HxSizes sizes
double *pixels
Return value
HxImageRep
Description
This function creates an image with the given signature and sizes from an array of doubles, i.e. the way Matlab stores its images. The type of the image is given by the signature, see the section on image Image signatures. The size of the image is given by `sizes'. The array `pixels' should contain at least a number of doubles equal to the number of pixels in the image (determined by the sizes and the dimensionality from the signature) times the pixel dimensionality (from the signature).
Remarks
See also
HxMakeFromDoubleData, HxExportMatlabPixels,
Keywords
Generation, Conversion,
1.2.12 written by Dimitri van Heesch,
© 1997-2001