#include <list>
#include <dlrComputerVision/imageFormat.h>
#include <dlrComputerVision/image.h>
#include <cmath>
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_OUT, ImageFormat FORMAT_IN> | |
| Image< FORMAT_OUT > | dlr::computerVision::connectedComponents (const Image< FORMAT_IN > &inputImage) |
| This function does connected components analysis on a previously segmented image. | |
| 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.8