42 #ifndef _IMAGE_ACCESS_CV_H_ 
   43 #define _IMAGE_ACCESS_CV_H_ 
   64 namespace ImageAccessCV
 
bool LoadFromFile(CByteImage *pImage, const char *pFilePath)
Loads an image from a file. 
bool SaveToFile(const CByteImage *pImage, const char *pFilePath)
Saves an image to a file. 
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...