Class for recording costs derived in motion estimation.
#include <motion.h>
|
float | SAD |
| The Sum of Absolute Differences - easier to compute than Sum-Squared Differences.
|
float | mvcost |
| The (Lagrangian-weighted) motion vector cost - the difference of a motion vector from its neighbouring vectors.
|
float | total |
| Total=SAD+mvcost.
|
◆ MvCostData()
dirac::MvCostData::MvCostData |
( |
| ) |
|
|
inline |
◆ SetTotal()
void dirac::MvCostData::SetTotal |
( |
const float | lambda | ) |
|
|
inline |
◆ mvcost
float dirac::MvCostData::mvcost |
◆ SAD
float dirac::MvCostData::SAD |
◆ total
float dirac::MvCostData::total |
The documentation for this class was generated from the following file: