iVS3D v2.0.0
Loading...
Searching...
No Matches
GPSReader Interface Reference

Interface for classes wich loaded meta files containing GPS data. More...

#include <gpsreader.h>

Inheritance diagram for GPSReader:
MetaDataReader GPSReaderDJIMatrice GPSReaderDJIMatrice2 GPSReaderDJIMavic GPSReaderExif GPSReaderExifPNG GPSReaderGPX GPSReaderTXT

Public Member Functions

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
 

Detailed Description

Interface for classes wich loaded meta files containing GPS data.

Author
Daniel Brommer
Date
2022/01/09

Member Function Documentation

◆ getAllMetaData()

QList< QVariant > GPSReader::getAllMetaData ( )
virtual

getAllMetaData Returns all meta data in the same order as the images ar

Returns
QList with the meta data from all images

Implements MetaDataReader.

◆ getImageMetaData()

QVariant GPSReader::getImageMetaData ( uint  index)
virtual

getImageMetaData Returns parsed meta data from the index images

Parameters
indexIndex of the image to get the meat data from
Returns
QVaraint containing the meta data

Implements MetaDataReader.

◆ normaliseGPS()

bool GPSReader::normaliseGPS ( uint  imageNumber)

GPSReader::normaliseGPS This method will interpolate gps values (latitude, longitude, attitude) for every images.

Parameters
imageNumbernumber of images in the video

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