#include <list>
#include <dlrComputerVision/imageFormat.h>
#include <dlrComputerVision/image.h>
#include <cmath>
Include dependency graph for connectedComponents.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::computerVision |
Functions | |
| template<ImageFormat FORMAT_OUT, ImageFormat FORMAT_IN> | |
| Image< FORMAT_OUT > | dlr::computerVision::connectedComponents (const Image< FORMAT_IN > &inputImage) |
| template<ImageFormat FORMAT_OUT, ImageFormat FORMAT_IN> | |
| Image< FORMAT_OUT > | dlr::computerVision::connectedComponents (const Image< FORMAT_IN > &inputImage, size_t &numberOfComponents) |
| This function is just like connectedComponents(const Image&), except that it also returns (by reference) the number of components in the image. | |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file connectedComponents.h.
1.5.2