UWARG Computer Vision
Public Member Functions | List of all members
VideoImport Class Reference

#include <video_import.h>

Inheritance diagram for VideoImport:
Inheritance graph
Collaboration diagram for VideoImport:
Collaboration graph

Public Member Functions

 VideoImport (std::string videoFile, MetadataInput *reader, Camera &camera, long frameSkipMs)
 
virtual Framenext_frame ()
 Retrieves the next frame to be analyzed. More...
 
virtual std::string to_string ()
 String representation of the Importer.
 
- Public Member Functions inherited from ImageImport
 ImageImport (MetadataInput *reader, Camera &camera)
 
More...
 

Additional Inherited Members

- Protected Attributes inherited from ImageImport
MetadataInputreader
 
Cameracamera
 

Detailed Description

Class for reading MP4 video files

Constructor & Destructor Documentation

VideoImport::VideoImport ( std::string  videoFile,
MetadataInput reader,
Camera camera,
long  frameSkipMs 
)
Parameters
videoFilevideo file to be read
readerlog reader containing telemetry data for the video

Member Function Documentation

Frame * VideoImport::next_frame ( )
virtual

Retrieves the next frame to be analyzed.

Returns
Frame to be analyzed

Implements ImageImport.


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