|
UWARG Computer Vision
|
Class for reading image files from a directory. More...
#include <pictureimport.h>


Public Member Functions | |
| PictureImport (std::string filePath, MetadataInput *mdin, Camera &camera) | |
| Creates a PictureImport object. More... | |
| Frame * | next_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) | |
Additional Inherited Members | |
Protected Attributes inherited from ImageImport | |
| MetadataInput * | reader |
| Camera & | camera |
Class for reading image files from a directory.
| PictureImport::PictureImport | ( | std::string | filePath, |
| MetadataInput * | mdin, | ||
| Camera & | camera | ||
| ) |
Creates a PictureImport object.
| filePath | directory containing image files |
|
virtual |
1.8.11