Go to the source code of this file.
Namespaces | |
| namespace | edgeDetector |
Functions | |
| unsigned int * | edgeDetector::sgm_init_exclude (unsigned int *sgm, const AVPicture *src, int srcheight, int excluderow, int excludecol, int excludewidth, int excludeheight) |
| unsigned int * | edgeDetector::sgm_init (unsigned int *sgm, const AVPicture *src, int srcheight) |
| 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) |
| int | edgeDetector::edge_mark_uniform (AVPicture *dst, int dstheight, int extramargin, const unsigned int *sgm, unsigned int *sgmsorted, int percentile) |
| 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