16 #ifndef PICTURE_IMPORT_H_INCLUDED    17 #define PICTURE_IMPORT_H_INCLUDED    19 #include <opencv2/highgui/highgui.hpp>    60 #endif // PICTURE_IMPORT_H_INCLUDED Abstract class for importing frames and corresponding metadata. 
Definition: imgimport.h:29
 
Frame * next_frame()
Retrieves the next frame to be analyzed. 
Definition: pictureimport.cpp:40
 
PictureImport(std::string filePath, MetadataInput *mdin, Camera &camera)
Creates a PictureImport object. 
Definition: pictureimport.cpp:29
 
Container class for storing information about the camera used to capture an image *...
Definition: camera.h:28
 
virtual std::string to_string()
String representation of the Importer. 
Definition: pictureimport.cpp:68
 
Class for reading image files from a directory. 
Definition: pictureimport.h:33