eos 1.4.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
eos::video::Keyframe< ImageType > Struct Template Reference

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
 

Detailed Description

template<class ImageType>
struct eos::video::Keyframe< ImageType >

A keyframe selected by the fitting algorithm.

Contains the original frame, all necessary fitting parameters, and a score.

Member Data Documentation

◆ fitting_result

template<class ImageType >
fitting::FittingResult eos::video::Keyframe< ImageType >::fitting_result

Fitting result for the keyframe (pose, shape identity and expression coefficients).


The documentation for this struct was generated from the following file: