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

Class for reading image files from a directory. More...

#include <pictureimport.h>

Inheritance diagram for PictureImport:
Inheritance graph
Collaboration diagram for PictureImport:
Collaboration graph

Public Member Functions

 PictureImport (std::string filePath, MetadataInput *mdin, Camera &camera)
 Creates a PictureImport object. More...
 
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 image files from a directory.

Constructor & Destructor Documentation

PictureImport::PictureImport ( std::string  filePath,
MetadataInput mdin,
Camera camera 
)

Creates a PictureImport object.

Parameters
filePathdirectory containing image files

Member Function Documentation

Frame * PictureImport::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: