42 #ifndef _BITMAP_CAPTURE_H_
43 #define _BITMAP_CAPTURE_H_
70 CBitmapCapture(
const char *pFilePath,
const char *pSecondFilePath = NULL);
89 CByteImage *m_pLeftImage, *m_pLeftImageRGB24Split;
90 CByteImage *m_pRightImage, *m_pRightImageRGB24Split;
92 std::string m_sFilePath;
93 std::string m_sSecondFilePath;
ImageType
Enum specifying the supported image types.
Interface to video capture modules.
CByteImage::ImageType GetType()
CBitmapCapture(const char *pFilePath, const char *pSecondFilePath=NULL)
bool CaptureImage(CByteImage **ppImages)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...