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. More...
|
| |
| float | mvcost |
| | The (Lagrangian-weighted) motion vector cost - the difference of a motion vector from its neighbouring vectors. More...
|
| |
| float | total |
| | Total=SAD+mvcost. More...
|
| |
| dirac::MvCostData::MvCostData |
( |
| ) |
|
|
inline |
| void dirac::MvCostData::SetTotal |
( |
const float |
lambda | ) |
|
|
inline |
| float dirac::MvCostData::mvcost |
| float dirac::MvCostData::SAD |
| float dirac::MvCostData::total |
The documentation for this class was generated from the following file: