16 #ifndef IMAGE_IMPORT_H_INCLUDED 17 #define IMAGE_IMPORT_H_INCLUDED 57 #endif // IMAGE_IMPORT_H_INCLUDED virtual std::string to_string()=0
String representation of the Importer.
Abstract class for importing frames and corresponding metadata.
Definition: imgimport.h:29
ImageImport(MetadataInput *reader, Camera &camera)
Definition: imgimport.cpp:15
virtual Frame * next_frame()=0
Retrieves the next frame to be analyzed.
Container class for storing photos or frames of video to be processed and analyzed.
Container class for storing information about the camera used to capture an image *...
Definition: camera.h:28