#include <dlrComputerVision/image.h>
#include <cmath>
#include <dlrNumeric/stencil2D.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) |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file dilate.h.
1.5.8