42 #ifndef _BITMAP_SEQUENCE_CAPTURE_H_ 
   43 #define _BITMAP_SEQUENCE_CAPTURE_H_ 
   98         std::string m_sFirstFilePathLeft;
 
   99         std::string m_sFirstFilePathRight;
 
  100         std::string m_sFilePathBaseLeft;
 
  101         std::string m_sFilePathBaseRight;
 
  112         std::string m_sFileExtention;
 
ImageType
Enum specifying the supported image types. 
 
Interface to video capture modules. 
 
CByteImage::ImageType GetType()
 
bool CaptureImage(CByteImage **ppImages)
 
CBitmapSequenceCapture(const char *pFilePathBase, const char *pSecondFilePathBase=NULL)
 
~CBitmapSequenceCapture()
 
void Rewind()
Set the image counter to the first image. 
 
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...