DLErode Class Reference

Erode an image. More...

#include <DLErode.h>

List of all members.

Static Public Member Functions

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


Detailed Description

Erode an image.

Definition at line 13 of file DLErode.h.


Member Function Documentation

static DLImage DLErode::dlErode ( const DLImage image,
int  numberOfTimes 
) [static]

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.

Parameters:
image binary DLImage to erode
numberOfTimes number of times to apply erode operation
Returns:
eroded 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