dilate.h File Reference

Header file declaring the dilate() function template. More...

#include <dlrComputerVision/image.h>
#include <cmath>
#include <dlrNumeric/stencil2D.h>

Include dependency graph for dilate.h:

Go to the source code of this file.


Namespaces

namespace  dlr::computerVision
 This namespace is still in the early stages of development.

Functions

template<ImageFormat FORMAT>
Image< FORMAT > dlr::computerVision::dilate (const Image< FORMAT > &inputImage)
template<ImageFormat FORMAT>
Image< FORMAT > dlr::computerVision::dilate (const Image< FORMAT > &inputImage, size_t radius)
template<ImageFormat FORMAT>
void dlr::computerVision::privateCode::dilateBottomBorder (const Image< FORMAT > &inputImage, size_t radius, Image< FORMAT > &outputImage)
template<ImageFormat FORMAT>
void dlr::computerVision::privateCode::dilateTopBorder (const Image< FORMAT > &inputImage, size_t radius, Image< FORMAT > &outputImage)
template<ImageFormat FORMAT, size_t StencilSize>
void dlr::computerVision::privateCode::sizedDilate (const Image< FORMAT > &inputImage, size_t radius, Image< FORMAT > &outputImage)


Detailed Description

Header file declaring the dilate() function template.

Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file dilate.h.


Generated on Wed Nov 25 12:15:06 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8