
#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | VERBOSE 0 |
| #define | NOEDGE 0 |
| #define | POSSIBLE_EDGE 128 |
| #define | EDGE 255 |
Functions | |
| int | follow_edges (unsigned char *edgemapptr, short *edgemagptr, short lowval, int cols) |
| int | apply_hysteresis (short int *mag, unsigned char *nms, int rows, int cols, float tlow, float thigh, unsigned char *edge) |
| void | non_max_supp (short *mag, short *gradx, short *grady, int nrows, int ncols, unsigned char *result) |
[put description here]
Definition in file hysteresis.C.
1.6.3