MythTV
master
|
Functions | |
unsigned int * | sgm_init_exclude (unsigned int *sgm, const AVFrame *src, int srcheight, int excluderow, int excludecol, int excludewidth, int excludeheight) |
static int | sort_ascending (const void *aa, const void *bb) |
static int | edge_mark (AVFrame *dst, int dstheight, int extratop, int extraright, [[maybe_unused]] int extrabottom, int extraleft, const unsigned int *sgm, unsigned int *sgmsorted, int percentile, int excluderow, int excludecol, int excludewidth, int excludeheight) |
int | 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) |
unsigned int * edgeDetector::sgm_init_exclude | ( | unsigned int * | sgm, |
const AVFrame * | src, | ||
int | srcheight, | ||
int | excluderow, | ||
int | excludecol, | ||
int | excludewidth, | ||
int | excludeheight | ||
) |
Definition at line 25 of file EdgeDetector.cpp.
Referenced by CannyEdgeDetector::detectEdges().
|
static |
Definition at line 66 of file EdgeDetector.cpp.
Referenced by edge_mark().
|
static |
Definition at line 72 of file EdgeDetector.cpp.
Referenced by edge_mark_uniform_exclude().
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 186 of file EdgeDetector.cpp.
Referenced by CannyEdgeDetector::detectEdges().