Go to the source code of this file.
Functions | |
| int | writeJPG (QString prefix, const AVPicture *img, int imgheight) |
| int | pgm_scorepixels (unsigned int *scores, int width, int row, int col, const AVPicture *src, int srcheight) |
| int | sort_ascending (const void *aa, const void *bb) |
| float | bounding_score (const AVPicture *img, int row, int col, int width, int height) |
| bool | rowisempty (const AVPicture *img, int row, int col, int width) |
| bool | colisempty (const AVPicture *img, int col, int row, int height) |
| int | bounding_box (const AVPicture *img, int imgheight, int minrow, int mincol, int maxrow1, int maxcol1, int *prow, int *pcol, int *pwidth, int *pheight) |
| int | template_alloc (const unsigned int *scores, int width, int height, int minrow, int mincol, int maxrow1, int maxcol1, AVPicture *tmpl, int *ptmplrow, int *ptmplcol, int *ptmplwidth, int *ptmplheight, bool debug_edgecounts, QString debugdir) |
| int | analyzeFrameDebug (long long frameno, const AVPicture *pgm, int pgmheight, const AVPicture *cropped, const AVPicture *edges, int cropheight, int croprow, int cropcol, bool debug_frames, QString debugdir) |
| bool | readTemplate (QString datafile, int *prow, int *pcol, int *pwidth, int *pheight, QString tmplfile, AVPicture *tmpl, bool *pvalid) |
| void | writeDummyTemplate (QString datafile) |
| bool | writeTemplate (QString tmplfile, const AVPicture *tmpl, QString datafile, int row, int col, int width, int height) |
| int @1735::writeJPG | ( | QString | prefix, | |
| const AVPicture * | img, | |||
| int | imgheight | |||
| ) | [static] |
Definition at line 22 of file TemplateFinder.cpp.
Referenced by analyzeFrameDebug(), and template_alloc().
| int @1735::pgm_scorepixels | ( | unsigned int * | scores, | |
| int | width, | |||
| int | row, | |||
| int | col, | |||
| const AVPicture * | src, | |||
| int | srcheight | |||
| ) | [static] |
| int @1735::sort_ascending | ( | const void * | aa, | |
| const void * | bb | |||
| ) | [static] |
Definition at line 69 of file TemplateFinder.cpp.
Referenced by pick_mintmpledges(), and template_alloc().
| float @1735::bounding_score | ( | const AVPicture * | img, | |
| int | row, | |||
| int | col, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
| int @1735::bounding_box | ( | const AVPicture * | img, | |
| int | imgheight, | |||
| int | minrow, | |||
| int | mincol, | |||
| int | maxrow1, | |||
| int | maxcol1, | |||
| int * | prow, | |||
| int * | pcol, | |||
| int * | pwidth, | |||
| int * | pheight | |||
| ) | [static] |
| bool @1735::readTemplate | ( | QString | datafile, | |
| int * | prow, | |||
| int * | pcol, | |||
| int * | pwidth, | |||
| int * | pheight, | |||
| QString | tmplfile, | |||
| AVPicture * | tmpl, | |||
| bool * | pvalid | |||
| ) | [static] |
Definition at line 602 of file TemplateFinder.cpp.
Referenced by TemplateFinder::nuppelVideoPlayerInited().
| void @1735::writeDummyTemplate | ( | QString | datafile | ) | [static] |
1.5.5