#include <DLErode.h>
Static Public Member Functions | |
static DLImage | dlErode (const DLImage &image, int numberOfTimes) |
Definition at line 13 of file DLErode.h.
Erode an image.
This function operates only on binary (B&W) images. At each application of the erode operation, a black pixel is made white if any of its neighbors in the four principal directions is white.
image | binary DLImage to erode | |
numberOfTimes | number of times to apply erode operation |