Back to FabImage Library website
You are here: Start » Function Reference » Clustering » FindConnectedComponents
FindConnectedComponents
Header: | FIL.h |
---|---|
Namespace: | fil |
Finds connected components in a graph given as set of bidirectional connections.
Syntax
C++
C#
void fil::FindConnectedComponents ( const ftl::Array<ftl::Array<int> >& inConnections, ftl::Array<ftl::Array<int> >& outComponents, ftl::Array<int>& outElementLabels, bool& outFound = ftl::Dummy<bool>() )