MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
mdsConnectedComponents.h File Reference

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)
Copyright (c) 2003-2005 by Michal Spanel


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.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2008 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2008/07/24

Id:
mdsConnectedComponents.h 1863 2010-08-31 20:40:15Z spanel

Based on the code by Ali Rahimi, ali@mit.edu, Jun 2001.

Description: