IVT
IplImageAdaptor.h File Reference
#include <cv.h>

Go to the source code of this file.

Namespaces

 IplImageAdaptor
 Conversion between CByteImage (IVT) and IplImage (OpenCV).
 

Functions

IplImage * IplImageAdaptor::Adapt (const CByteImage *pImage, bool bAllocateMemory=false)
 Converts a CByteImage to an IplImage. More...
 
CByteImageIplImageAdaptor::Adapt (const IplImage *pIplImage, bool bAllocateMemory=false)
 Converts an IplImage to a CByteImage. More...