TemplateMatcher.cpp File Reference
Go to the source code of this file.
|
Functions |
| int | pgm_set (const AVPicture *pict, int height) |
| int | pgm_match (const AVPicture *tmpl, const AVPicture *test, int height, int radius, unsigned short *pscore) |
| bool | readMatches (QString filename, unsigned short *matches, long long nframes) |
| bool | writeMatches (QString filename, unsigned short *matches, long long nframes) |
| int | finishedDebug (long long nframes, const unsigned short *matches, const unsigned char *match) |
| int | sort_ascending (const void *aa, const void *bb) |
| long long | matchspn (long long nframes, unsigned char *match, long long frameno, unsigned char acceptval) |
| unsigned int | range_area (const unsigned short *freq, unsigned short start, unsigned short end) |
| unsigned short | pick_mintmpledges (const unsigned short *matches, long long nframes) |
Function Documentation
| int @1737::pgm_set |
( |
const AVPicture * |
pict, |
|
|
int |
height | |
|
) |
| | [static] |
| int @1737::pgm_match |
( |
const AVPicture * |
tmpl, |
|
|
const AVPicture * |
test, |
|
|
int |
height, |
|
|
int |
radius, |
|
|
unsigned short * |
pscore | |
|
) |
| | [static] |
| bool @1737::readMatches |
( |
QString |
filename, |
|
|
unsigned short * |
matches, |
|
|
long long |
nframes | |
|
) |
| | [static] |
| bool @1737::writeMatches |
( |
QString |
filename, |
|
|
unsigned short * |
matches, |
|
|
long long |
nframes | |
|
) |
| | [static] |
| int @1737::finishedDebug |
( |
long long |
nframes, |
|
|
const unsigned short * |
matches, |
|
|
const unsigned char * |
match | |
|
) |
| | [static] |
| int @1737::sort_ascending |
( |
const void * |
aa, |
|
|
const void * |
bb | |
|
) |
| | [static] |
| long long @1737::matchspn |
( |
long long |
nframes, |
|
|
unsigned char * |
match, |
|
|
long long |
frameno, |
|
|
unsigned char |
acceptval | |
|
) |
| | [static] |
| unsigned int @1737::range_area |
( |
const unsigned short * |
freq, |
|
|
unsigned short |
start, |
|
|
unsigned short |
end | |
|
) |
| | [static] |
| unsigned short @1737::pick_mintmpledges |
( |
const unsigned short * |
matches, |
|
|
long long |
nframes | |
|
) |
| | [static] |