Functions | |
| unsigned int * | sgm_init_exclude (unsigned int *sgm, const AVPicture *src, int srcheight, int excluderow, int excludecol, int excludewidth, int excludeheight) |
| unsigned int * | sgm_init (unsigned int *sgm, const AVPicture *src, int srcheight) |
| int | sort_ascending (const void *aa, const void *bb) |
| int | edge_mark (AVPicture *dst, int dstheight, int extratop, int extraright, 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 (AVPicture *dst, int dstheight, int extramargin, const unsigned int *sgm, unsigned int *sgmsorted, int percentile) |
| int | edge_mark_uniform_exclude (AVPicture *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 AVPicture * | src, | |||
| int | srcheight, | |||
| int | excluderow, | |||
| int | excludecol, | |||
| int | excludewidth, | |||
| int | excludeheight | |||
| ) |
Definition at line 16 of file EdgeDetector.cpp.
Referenced by CannyEdgeDetector::detectEdges(), and sgm_init().
| unsigned int* edgeDetector::sgm_init | ( | unsigned int * | sgm, | |
| const AVPicture * | src, | |||
| int | srcheight | |||
| ) |
Definition at line 53 of file EdgeDetector.cpp.
| int edgeDetector::sort_ascending | ( | const void * | aa, | |
| const void * | bb | |||
| ) |
| int edgeDetector::edge_mark | ( | AVPicture * | dst, | |
| int | dstheight, | |||
| int | extratop, | |||
| int | extraright, | |||
| int | extrabottom, | |||
| int | extraleft, | |||
| const unsigned int * | sgm, | |||
| unsigned int * | sgmsorted, | |||
| int | percentile, | |||
| int | excluderow, | |||
| int | excludecol, | |||
| int | excludewidth, | |||
| int | excludeheight | |||
| ) |
Definition at line 66 of file EdgeDetector.cpp.
Referenced by edge_mark_uniform(), and edge_mark_uniform_exclude().
| int edgeDetector::edge_mark_uniform | ( | AVPicture * | dst, | |
| int | dstheight, | |||
| int | extramargin, | |||
| const unsigned int * | sgm, | |||
| unsigned int * | sgmsorted, | |||
| int | percentile | |||
| ) |
Definition at line 172 of file EdgeDetector.cpp.
| int edgeDetector::edge_mark_uniform_exclude | ( | AVPicture * | dst, | |
| int | dstheight, | |||
| int | extramargin, | |||
| const unsigned int * | sgm, | |||
| unsigned int * | sgmsorted, | |||
| int | percentile, | |||
| int | excluderow, | |||
| int | excludecol, | |||
| int | excludewidth, | |||
| int | excludeheight | |||
| ) |
1.5.5