Synopsis
void HxExportFloatData (HxImageRep img, float *data)
Input
HxImageRep img
Output
float *data
Description
The function HxExportFloatData 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
HxExportDoubleData, HxExportByteData, HxMakeFromFloatData,
Keywords
Export, Conversion,