MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Enumerations | Variables
mdsWatershedTransform.h File Reference

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

#include <MDSTk/Base/mdsStaticAssert.h>
#include <MDSTk/Base/mdsHasOptions.h>
#include "../mdsImage.h"
#include "../ImageFunctions/mdsGeneral.h"
#include <vector>
#include <deque>
#include "mdsWatershedTransform.hxx"

Classes

class  mds::img::CWatershedTransform< I >
 Class providing watershed transform. More...

Namespaces

namespace  mds
 

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


namespace  mds::img
namespace  mds::img::WatershedTransform

Enumerations

enum  mds::img::WatershedTransform::EOptions { mds::img::WatershedTransform::BASINS = 1, mds::img::WatershedTransform::WATERSHEDS = 2 }
 Watershed transform options. More...

Variables

const mds::img::tPixel32 mds::img::WatershedTransform::MASK = mds::img::tPixel32(1)
 Pixel value used to mark pixels at the current intensity level.
const mds::img::tPixel32 mds::img::WatershedTransform::MAX_LABEL = mds::CTypeTraits<mds::img::tPixel32>::getMax()
 Maximal allowed region index.
const mds::img::tPixel32 mds::img::WatershedTransform::MIN_LABEL = mds::img::tPixel32(3)
 First allowed region index.
const mds::img::tPixel32 mds::img::WatershedTransform::WSHED = mds::img::tPixel32(2)
 Pixel value used to mark watersheds (boundaries between two catchment basins).

Detailed Description

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

Authors: Jiri Zahradka, xzahra14@stud.fit.vutbr.cz
Michal Spanel, spanel@fit.vutbr.cz
Date: 2008/12/19

$Id:

File description: