FFmpeg
|
#include "signature.h"
Go to the source code of this file.
Macros | |
#define | HOUGH_MAX_OFFSET 90 |
#define | MAX_FRAMERATE 60 |
#define | DIR_PREV 0 |
#define | DIR_NEXT 1 |
#define | DIR_PREV_END 2 |
#define | DIR_NEXT_END 3 |
#define | STATUS_NULL 0 |
#define | STATUS_END_REACHED 1 |
#define | STATUS_BEGIN_REACHED 2 |
MPEG-7 video signature calculation and lookup filter
Definition in file signature_lookup.c.
#define HOUGH_MAX_OFFSET 90 |
Definition at line 28 of file signature_lookup.c.
#define MAX_FRAMERATE 60 |
Definition at line 29 of file signature_lookup.c.
#define DIR_PREV 0 |
Definition at line 31 of file signature_lookup.c.
#define DIR_NEXT 1 |
Definition at line 32 of file signature_lookup.c.
#define DIR_PREV_END 2 |
Definition at line 33 of file signature_lookup.c.
#define DIR_NEXT_END 3 |
Definition at line 34 of file signature_lookup.c.
#define STATUS_NULL 0 |
Definition at line 36 of file signature_lookup.c.
#define STATUS_END_REACHED 1 |
Definition at line 37 of file signature_lookup.c.
#define STATUS_BEGIN_REACHED 2 |
Definition at line 38 of file signature_lookup.c.
|
static |
Definition at line 40 of file signature_lookup.c.
Referenced by lookup_signatures().
Definition at line 60 of file signature_lookup.c.
Referenced by get_jaccarddist().
Definition at line 75 of file signature_lookup.c.
Referenced by get_jaccarddist().
|
static |
Definition at line 90 of file signature_lookup.c.
Referenced by evaluate_parameters(), and get_matching_parameters().
|
static |
calculates the jaccard distance and evaluates a pair of coarse signatures as good
Definition at line 115 of file signature_lookup.c.
Referenced by find_next_coarsecandidate().
|
static |
step through the coarsesignatures as long as a good candidate is found
Definition at line 140 of file signature_lookup.c.
Referenced by lookup_signatures().
|
static |
compares framesignatures and sorts out signatures with a l1 distance above a given threshold.
Then tries to find out offset and differences between framerates with a hough transformation
Definition at line 174 of file signature_lookup.c.
Referenced by lookup_signatures().
|
static |
Definition at line 315 of file signature_lookup.c.
Referenced by evaluate_parameters().
|
static |
Definition at line 418 of file signature_lookup.c.
Referenced by lookup_signatures().
|
static |
Definition at line 523 of file signature_lookup.c.
Referenced by lookup_signatures().
|
static |
Definition at line 533 of file signature_lookup.c.
Referenced by request_frame().