16 #ifndef VIDEO_IMPORT_H_INCLUDED 17 #define VIDEO_IMPORT_H_INCLUDED 23 #include <opencv2/highgui/highgui.hpp> 45 cv::VideoCapture capture;
48 std::time_t videoStartTime;
52 #endif // VIDEO_IMPORT_H_INCLUDED Abstract class for importing frames and corresponding metadata.
Definition: imgimport.h:29
virtual Frame * next_frame()
Retrieves the next frame to be analyzed.
Definition: video_import.cpp:78
Container class for storing photos or frames of video to be processed and analyzed.
virtual std::string to_string()
String representation of the Importer.
Definition: video_import.cpp:105
VideoImport(std::string videoFile, MetadataInput *reader, Camera &camera, long frameSkipMs)
Definition: video_import.cpp:40
Definition: video_import.h:30
Container class for storing information about the camera used to capture an image *...
Definition: camera.h:28