#include <list>
#include <dlrComputerVision/imageFormat.h>
#include <dlrComputerVision/imageIO.h>
#include <dlrComputerVision/image.h>
#include <cmath>
#include <dlrNumeric/index2D.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> | |
| Array2D< double > | dlr::computerVision::getEuclideanDistance (const Image< FORMAT > &inputImage, size_t maxNumberOfPasses) |
| template<ImageFormat FORMAT> | |
| Array2D< double > | dlr::computerVision::getEuclideanDistance (const Image< FORMAT > &inputImage, size_t maxNumberOfPasses, size_t &numberOfPassesUsed) |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file getEuclideanDistance.h.
1.5.8