38 #ifndef _MOTION_COLOUR_H_ 39 #define _MOTION_COLOUR_H_ Class encapsulating parameters for drawing the picture.
Definition: draw_overlay.h:55
~DrawMotionColour()
Destructor.
A class for encapsulating all the data relating to a picture.
Definition: picture.h:51
DrawMotionColour(Picture &, DrawPictureMotionParams &, const MvArray &, int, int)
Constructor.
void DrawLegend()
Draws colour wheel legend.
Class to carry out overlay of motion vectors using colour.
Definition: motion_colour.h:52
Base class for block overlay objects.
Definition: draw_overlay.h:134
const MvArray & m_mv
Reference to motion vector data for particular reference.
Definition: motion_colour.h:79
void DrawBlock(int, int)
Colours a particular motion vector block appropriately.
int m_mv_clip
Maximum motion vector size represented.
Definition: motion_colour.h:77
Definition: draw_overlay.h:50
TwoDArray< MVector > MvArray
MvArray is a two-D array of MVectors.
Definition: motion.h:186
int m_mv_scale
Temporal motion vector scaling.
Definition: motion_colour.h:75