UWARG Computer Vision
Public Member Functions | Protected Attributes | List of all members
ImageImport Class Referenceabstract

Abstract class for importing frames and corresponding metadata. More...

#include <imgimport.h>

Inheritance diagram for ImageImport:
Inheritance graph
Collaboration diagram for ImageImport:
Collaboration graph

Public Member Functions

 ImageImport (MetadataInput *reader, Camera &camera)
 
More...
 
virtual Framenext_frame ()=0
 Retrieves the next frame to be analyzed. More...
 
virtual std::string to_string ()=0
 String representation of the Importer.
 

Protected Attributes

MetadataInputreader
 
Cameracamera
 

Detailed Description

Abstract class for importing frames and corresponding metadata.

Constructor & Destructor Documentation

ImageImport::ImageImport ( MetadataInput reader,
Camera camera 
)

Parameters
reader

Member Function Documentation

virtual Frame* ImageImport::next_frame ( )
pure virtual

Retrieves the next frame to be analyzed.

Returns
Frame to be analyzed

Implemented in DeckLinkImport, PictureImport, and VideoImport.


The documentation for this class was generated from the following files: