#include "opencv/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... | |
CByteImage * | IplImageAdaptor::Adapt (const IplImage *pIplImage, bool bAllocateMemory=false) |
Converts an IplImage to a CByteImage. More... | |