MythTV
master
|
Go to the source code of this file.
Classes | |
class | EdgeDetector |
Namespaces | |
edgeDetector | |
Typedefs | |
using | AVFrame = struct AVFrame |
Functions | |
unsigned int * | edgeDetector::sgm_init_exclude (unsigned int *sgm, const AVFrame *src, int srcheight, int excluderow, int excludecol, int excludewidth, int excludeheight) |
int | edgeDetector::edge_mark_uniform_exclude (AVFrame *dst, int dstheight, int extramargin, const unsigned int *sgm, unsigned int *sgmsorted, int percentile, int excluderow, int excludecol, int excludewidth, int excludeheight) |
Definition at line 11 of file EdgeDetector.h.