Synopsis
void HxExportMatlabPixels (HxImageRep img, double *pixels)
Input
HxImageRep img
Output
double *pixels
Description
The function HxExportMatlabPixels places the data of the image img in the array `pixels'. 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,