aimstil
5.0.5
|
Connected components labeling. More...
#include <iostream>
#include "til/til_common.h"
#include "til/EquivalenceChain.h"
#include "til/ImageExtrapolator.h"
#include "til/Neighborhood.h"
#include "til/neighborhoodTools.h"
#include "connected_components.tpp"
Go to the source code of this file.
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
Macros | |
#define | SPAN_NEIGHBORS(i, j, k) |
Functions | |
template<typename TImage , typename TNeighborhood , typename TExtrapolator > | |
int | til::connectedComponents (TImage &im, const TNeighborhood &nh) |
Label the connected components of image im. More... | |
template<typename TImage , typename TNeighborhood > | |
int | til::connectedComponents (TImage &im, const TNeighborhood &nh) |
Label the connected components of image im. More... | |
Connected components labeling.
Definition in file connectedComponents3D.h.
#define SPAN_NEIGHBORS | ( | i, | |
j, | |||
k | |||
) |
Definition at line 22 of file connectedComponents3D.h.