Synopsis
void HxExportByteData (HxImageRep img, double *data)
Input
HxImageRep img
Output
double *data
Description
The function HxExportDoubleData places the data of the image img in the array `data'. Starting with the upper left pixel it stores every row from left to right. The array should have a size equal to the dimensionality of the pixels times the number of pixels in the image. The array should already be allocated.
Remarks
See also
HxExportByteData, HxExportFloatData, HxMakeFromDoubleData,
Keywords
Export, Conversion,