42 #ifndef _OPENCV_WINDOW_H_
43 #define _OPENCV_WINDOW_H_
70 COpenCVWindow(
int nWidth,
int nHeight,
const char *pWindowName);
84 std::string m_sWindowName;
void DrawImage(const CByteImage *pImage, int x=0, int y=0)
COpenCVWindow(int nWidth, int nHeight, const char *pWindowName)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...