Created by the British Broadcasting Corporation.
Class for recording costs derived in motion estimation.
#include <motion.h>
Public Member Functions | |
MvCostData () | |
Constructor. More... | |
void | SetTotal (const float lambda) |
Public Attributes | |
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... | |
|
inline |
float dirac::MvCostData::mvcost |
Referenced by SetTotal().
float dirac::MvCostData::SAD |
Referenced by SetTotal().
float dirac::MvCostData::total |
Referenced by SetTotal().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.