|
| QString | getName () |
| | getName Returns name of meta data
|
| |
| bool | parseDataVideo (QString path, int picCount, double fps, bool interpolate) |
| | parseData Tries to load meta data from the given file
|
| |
| bool | normaliseGPS (uint imageNumber) |
| | GPSReader::normaliseGPS This method will interpolate gps values (latitude, longitude, attitude) for every images.
|
| |
| QVariant | getImageMetaData (uint index) |
| | getImageMetaData Returns parsed meta data from the index images
|
| |
| QList< QVariant > | getAllMetaData () |
| | getAllMetaData Returns all meta data in the same order as the images ar
|
| |
|
virtual | ~MetaDataReader ()=default |
| | ~MetaDataReader Destructor
|
| |
| virtual bool | parseDataImage (std::vector< std::string > paths, bool interpolate) |
| | parseDataImage Tries to load meta data from the imported images (based on exif)
|
| |
◆ getName()
| QString GPSReaderDJIMavic::getName |
( |
| ) |
|
|
virtual |
getName Returns name of meta data
- Returns
- Name of meta data
Implements MetaDataReader.
◆ parseDataVideo()
| bool GPSReaderDJIMavic::parseDataVideo |
( |
QString |
path, |
|
|
int |
picCount, |
|
|
double |
fps, |
|
|
bool |
interpolate |
|
) |
| |
|
virtual |
parseData Tries to load meta data from the given file
- Parameters
-
| path | Path to the meat data file |
| images | Reader with the loaded images |
| interpolate | indicades wether the reader is allowed to interpolate missing meta data |
- Returns
- True if meta data have been loaded False otherwise
Implements MetaDataReader.
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/model/metaData/gpsreaderdjimavic.h
- iVS3D/src/iVS3D-core/model/metaData/gpsreaderdjimavic.cpp