connectedComponents.h File Reference

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

#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.


Detailed Description

Header file declaring the connectedComponents() function template.

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

Revision
Date

Definition in file connectedComponents.h.


Generated on Mon Jul 9 20:34:06 2007 for dlrLibs Utility Libraries by  doxygen 1.5.2