Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxMakeFromMatlab.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxMakeFromMatlab (const HxImageSignature &signature, HxSizes sizes, double *pixels)
 Make a new image with given signature and sizes. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMakeFromMatlab const HxImageSignature   signature,
HxSizes    sizes,
double *    pixels
 

Make a new image with given signature and sizes.

Pixel values are initialized from given values. The given values are stored in Matlab format.

00015 {
00016     return HxImageFactory::instance().fromMatlab(signature, sizes, pixels);
00017 }


Generated on Tue Jan 8 13:59:21 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001