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()
◆ SetTotal()
◆ mvcost
◆ SAD
◆ total
The documentation for this class was generated from the following file:
© 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.