Class to carry out overlay of motion vectors as coloured arrows.
#include <motion_colour_arrows.h>
|
| | DrawMotionColourArrows (Picture &, DrawPictureMotionParams &, const MvArray &, int, int) |
| | Constructor. More...
|
| |
| | ~DrawMotionColourArrows () |
| | Destructor. More...
|
| |
| void | DrawBlock (int, int) |
| | Calls DrawMotionArrows::DrawArrow() then colours blocks. More...
|
| |
| void | DrawLegend () |
| | Draws power bar legend representing motion vector size. More...
|
| |
| | DrawMotionArrows (Picture &, DrawPictureMotionParams &, const MvArray &, int) |
| | Constructor. More...
|
| |
| | ~DrawMotionArrows () |
| | Destructor. More...
|
| |
| void | DrawBlock (int, int) |
| | Manages drawing of motion vector arrows. More...
|
| |
| void | DrawLegend () |
| | Does nothing, no legend for overlay. More...
|
| |
| | DrawOverlay (Picture &, DrawPictureMotionParams &) |
| | Constructor. More...
|
| |
| virtual | ~DrawOverlay () |
| | Destructor. More...
|
| |
| virtual void | DrawBlock (int, int)=0 |
| | Carries out overlay for single block. More...
|
| |
| virtual void | DrawLegend ()=0 |
| | Draws overlay legend. More...
|
| |
| void | DrawReferenceNumbers (int, int) |
| | Draws picture numbers for both references. More...
|
| |
| void | DrawReferenceNumber (int, int) |
| | Draws picture number for chosen reference. More...
|
| |
| void | DrawPictureNumber (int) |
| | Draws current picture number. More...
|
| |
| void | DrawCharacter (const PicArray &, int, int) |
| | Draws a character / number / symbol. More...
|
| |
| const OverlaySymbols & | Symbols () const |
| | Returns reference to symbols object. More...
|
| |
|
| void | DrawArrow (int, int, int, int) |
| | Draws a single 16 x 16 pixel arrow. More...
|
| |
| void | GetPowerUV (int, int &, int &) |
| | Calculates U and V for particular value normalised to 1000. More...
|
| |
| void | DrawPowerBar (int, int) |
| | Draws power bar legend with given limits. More...
|
| |
| void | DrawValue (int, int, int) |
| | Draws value. More...
|
| |
| void | DrawMvBlockUV (int, int, int, int) |
| | Colours motion vector block referenced by motion vector. More...
|
| |
| void | DrawBlockUV (int, int, int, int) |
| | Colours an 8x8 block referenced by TL chroma pixel. More...
|
| |
| int | m_mv_scale |
| | Temporal motion vector scaling. More...
|
| |
| int | m_blocks_per_arrow_y |
| | Number of blocks per arrow. More...
|
| |
| int | m_blocks_per_arrow_x |
| |
| const MvArray & | m_mv |
| | Reference to motion vector data for particular reference. More...
|
| |
| Picture & | m_picture |
| | Picture data. More...
|
| |
| DrawPictureMotionParams & | m_draw_params |
| | Block parameters and chroma scaling. More...
|
| |
| OverlaySymbols | m_symbols |
| | Symbols. More...
|
| |
◆ DrawMotionColourArrows()
◆ ~DrawMotionColourArrows()
| dirac_instr::DrawMotionColourArrows::~DrawMotionColourArrows |
( |
| ) |
|
◆ DrawBlock()
| void dirac_instr::DrawMotionColourArrows::DrawBlock |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
◆ DrawLegend()
| void dirac_instr::DrawMotionColourArrows::DrawLegend |
( |
| ) |
|
|
virtual |
◆ m_mv_clip
| int dirac_instr::DrawMotionColourArrows::m_mv_clip |
|
private |
The documentation for this class was generated from the following file: