#include <motion.h>
Public Member Functions | |
| MvCostData () | |
| Constructor. | |
| void | SetTotal (const float lambda) |
Public Attributes | |
| 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. | |
Definition at line 181 of file motion.h.
1.4.5