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