Synopsis
HxImageRep HxMakeFromDoubleData (int pixelDimensionality, int dimensions, HxSizes sizes, double *data)
Input
int pixelDimensionality
int dimensions
HxSizes sizes
double *data
Return value
HxImageRep
Description
This function creates a double image from an array of doubles. The size of the image is given by `sizes', the dimensionality of the pixels by pixelDimensionality and the dimensionality of the image is given by `dimensions'. The array `data' should contain at least a number of doubles equal to the number of pixels in the image (determined by the sizes and the dimensionality) times the pixel dimensionality.
Remarks
See also
HxMakeFromByteData, HxMakeFromFloatData, HxExportDoubleData,
Keywords
Generation,