#include "Image/Image.H"
#include "Raster/Raster.H"
#include "GUI/XWinManaged.H"
Go to the source code of this file.
Classes | |
struct | Edgel |
struct | Contour |
class | ContourBoundaryDetector |
Defines | |
#define | NUM_GRADIENT_DIRECTIONS 8 |
#define | NUM_RIDGE_DIRECTIONS NUM_GRADIENT_DIRECTIONS/2 |
#define | BOUNDARY_STEP_SIZE NUM_GRADIENT_DIRECTIONS |
#define | DEFAULT_NEIGHBORHOOD_RAD 8 |
Detect meaningful contours by weighting longer countour chains more
Definition in file ContourBoundaryDetector.H.