#include "opencv2/highgui/highgui.hpp"
Go to the source code of this file.
Namespaces | |
ImageAccessCV | |
Loading of images using HighGUI from OpenCV. | |
Functions | |
bool | ImageAccessCV::LoadFromFile (CByteImage *pImage, const char *pFilePath) |
Loads an image from a file. More... | |
bool | ImageAccessCV::SaveToFile (const CByteImage *pImage, const char *pFilePath) |
Saves an image to a file. More... | |