#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| void L_HXIMAGEREP | HxExportMatlabPixels (HxImageRep img, double *pixels) |
| Export image data to array of int. More... | |
|
||||||||||||
|
Export image data to array of int. The size of the (pre-allocated) array must be equal to the dimensionality of the pixel values times the number of pixels in the image.
00013 {
00014 img.getDoublePixels(pixels);
00015 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001