62 coordinate_bit_count =
100 descriptorlength = length;
112 std::string reference_ID;
120 startTime = endTime = -1;
144 startTime = endTime = time_s;
148 if (time_s > endTime)
151 if (time_s < startTime)
162 reference_ID = reference;
double getFirstMatchingTime() const
get the time in seconds indicating the fist matching frame of the query clip.
Definition: cdva.h:178
double getLastMatchingTime() const
get the time in seconds indicating the last matching frame of the query clip.
Definition: cdva.h:187
void setMatchingTime(double time_s)
set the time of each frame matching (only the first and the last will be saved).
Definition: cdva.h:140
A class containing the results of a matching or retrieval operation.
Definition: cdva.h:109
Namespace used to encapsulate all MPEG-7 CDVA declarations.
Definition: Buffer.h:14
virtual ~MatchData()
Definition: cdva.h:123
double getScore() const
Get the matching score.
Definition: cdva.h:169
MatchData()
Definition: cdva.h:117
std::string getReferenceId() const
get the string that identifies the matching reference video clip.
Definition: cdva.h:196
void setMatchingScore(double myscore)
set the score of matching the query image with the reference image.
Definition: cdva.h:131
void setReferenceID(const std::string reference)
set the string that identifies the matching reference video clip.
Definition: cdva.h:160