UWARG Computer Vision
|
Abstract class for importing frames and corresponding metadata. More...
#include <imgimport.h>
Public Member Functions | |
ImageImport (MetadataInput *reader, Camera &camera) | |
virtual Frame * | next_frame ()=0 |
Retrieves the next frame to be analyzed. More... | |
virtual std::string | to_string ()=0 |
String representation of the Importer. | |
Protected Attributes | |
MetadataInput * | reader |
Camera & | camera |
Abstract class for importing frames and corresponding metadata.
ImageImport::ImageImport | ( | MetadataInput * | reader, |
Camera & | camera | ||
) |
reader |
|
pure virtual |
Retrieves the next frame to be analyzed.
Implemented in DeckLinkImport, PictureImport, and VideoImport.