1#ifndef KEYFRAMESELECTOR_H
2#define KEYFRAMESELECTOR_H
25 std::vector<uint> select(std::vector<uint> frameVector, std::vector<double> flowValues,
volatile bool *stopped);
29 double median(std::vector<double> &vec);
31 double m_threshold = 0.3;
The ImageGatherer class is an interface which defines the structure for the usecase specific algorith...
Definition keyframeselector.h:20