#include <openCvAdaptor.h>
Public Member Functions | |
AdaptorOpenCvToPuma2 (const ColorImageRGB8 &) | |
AdaptorOpenCvToPuma2 (const GrayLevelImage8 &) | |
IplImage * | asIplImage () |
const IplImage * | asIplImage () const |
~AdaptorOpenCvToPuma2 () | |
Private Member Functions | |
void | initIpl (void *data, const char *colorModel, int w, int h, int nChannels) |
Private Attributes | |
IplImage * | iplImage |
Definition at line 23 of file openCvAdaptor.h.
AdaptorOpenCvToPuma2::AdaptorOpenCvToPuma2 | ( | const ColorImageRGB8 & | img | ) |
Definition at line 22 of file openCvAdaptor.cpp.
AdaptorOpenCvToPuma2::AdaptorOpenCvToPuma2 | ( | const GrayLevelImage8 & | img | ) |
Definition at line 38 of file openCvAdaptor.cpp.
Definition at line 8 of file openCvAdaptor.cpp.
IplImage * AdaptorOpenCvToPuma2::asIplImage | ( | ) |
Definition at line 45 of file openCvAdaptor.cpp.
const IplImage * AdaptorOpenCvToPuma2::asIplImage | ( | ) | const |
Definition at line 50 of file openCvAdaptor.cpp.
void AdaptorOpenCvToPuma2::initIpl | ( | void * | data, |
const char * | colorModel, | ||
int | w, | ||
int | h, | ||
int | nChannels | ||
) | [private] |
***** is this correct????
Definition at line 55 of file openCvAdaptor.cpp.
IplImage* puma2::AdaptorOpenCvToPuma2::iplImage [private] |
Definition at line 25 of file openCvAdaptor.h.