DLDilate Class Reference

Dilate an image. More...

#include <DLDilate.h>

List of all members.

Static Public Member Functions

static DLImage dlDilate (const DLImage &image, int numberOfTimes)


Detailed Description

Dilate an image.

Definition at line 13 of file DLDilate.h.


Member Function Documentation

static DLImage DLDilate::dlDilate ( const DLImage image,
int  numberOfTimes 
) [static]

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.

Parameters:
image binary DLImage to dilate
numberOfTimes number of times to apply dilate operation
Returns:
dilated image


The documentation for this class was generated from the following file:

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007