eos 1.4.0
|
A keyframe selected by the fitting algorithm. More...
#include <Keyframe.hpp>
Public Attributes | |
float | score |
Frame quality score. Note: Maybe default this to 0.0f? | |
ImageType | frame |
The actual image. | |
fitting::FittingResult | fitting_result |
A keyframe selected by the fitting algorithm.
Contains the original frame, all necessary fitting parameters, and a score.
fitting::FittingResult eos::video::Keyframe< ImageType >::fitting_result |
Fitting result for the keyframe (pose, shape identity and expression coefficients).