|
Functions |
int | read_pgm_hdr (FILE *, int *, int *) |
void ** | matrix (int, int, int, int, int) |
void | error (const char *) |
int | skipcomment (FILE *fp) |
void | reflect (unsigned char **xc, int nrows, int ncols, int amount) |
void | reflectf (float **xc, int nrows, int ncols, int amount) |
float | LinearInterpolate (float y1, float y2, float mu) |
void | nms (float **anglec, float **magc, int nrows, int ncols, int thresh, int thresh2) |
void | robert (unsigned char **xc, int nrows, int ncols, int thresh, int thresh2) |
void | prewit (unsigned char **xc, int nrows, int ncols, int thresh, int thresh2) |
void | sobel (unsigned char **xc, int nrows, int ncols, int thresh, int thresh2) |
void | frie_chen (unsigned char **xc, int nrows, int ncols, int thresh, int thresh2) |
int | main (int argc, char **argv) |
Variables |
int | skipNMS = 0 |