MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2008 by Michal Spanel
.
More...
#include <MDSTk/Math/mdsBase.h>
#include "../mdsImageBase.h"
#include "../mdsImageFunctional.h"
#include "../Utilities/mdsBlobLabeling.h"
#include "mdsConnectedComponents.hxx"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
template<class I1 , class I2 , class F > | |
bool | mds::img::findConnectedComponents (const CImageBase< I1 > &SrcImage, CImageBase< I2 > &LabelImage, F CompareFunc=F()) |
Implementation of the well known Connected Components Labeling algorithm. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2008 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2008/07/24
Based on the code by Ali Rahimi, ali@mit.edu, Jun 2001.
Description: