Horus Doc || Global Function Guide || General documentation   | Function documentation  

HxExportMatlabPixels

Synopsis

void HxExportMatlabPixels (HxImageRep img, double *pixels)

Input

HxImageRep img
The image you want to convert into an array of HxBytes

Output

double *pixels
The array of Matlab pixels (i.e. doubles) you want to store the image contents in.

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

Valid image types
This function works on all types of images.

See also

HxExportByteData, HxExportFloatData, HxMakeFromDoubleData,

Keywords

Export, Conversion,


Generated on Mon Jan 27 15:45:00 2003 for GlobalFunctionGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001