42 #ifndef _IPL_IMAGE_ADAPTOR_H_
43 #define _IPL_IMAGE_ADAPTOR_H_
69 namespace IplImageAdaptor
80 IplImage*
Adapt(
const CByteImage *pImage,
bool bAllocateMemory =
false);
90 CByteImage*
Adapt(
const IplImage *pIplImage,
bool bAllocateMemory =
false);
IplImage * Adapt(const CByteImage *pImage, bool bAllocateMemory=false)
Converts a CByteImage to an IplImage.
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...