STIRA
0.1
|
Watershed segmentation immersion according to Lin et al (Algorithm 1), as described in article{ lin06toboggan, author = {Yung-Chieh Lin, Yu-Pao Tsai, Yi-Ping Hung, and Zen-Chung Shih.}, title = {Comparison Between Immersion-Based and Toboggan-Based Watershed Image Segmentation}, journal = {IEEE Trans. Image Processing}, volume = {15}, number = {3}, pages = {632–640}, year = {2006} } http://ippr.csie.ntu.edu.tw. More...
#include <WatershedToboggan.h>
Public Member Functions | |
WatershedToboggan () | |
Constructor. | |
~WatershedToboggan () | |
Destructor. | |
ArrayGrid< int > * | Run (ArrayGrid< double > *pGridIn) |
runs the watershed More... | |
Watershed segmentation immersion according to Lin et al (Algorithm 1), as described in article{ lin06toboggan, author = {Yung-Chieh Lin, Yu-Pao Tsai, Yi-Ping Hung, and Zen-Chung Shih.}, title = {Comparison Between Immersion-Based and Toboggan-Based Watershed Image Segmentation}, journal = {IEEE Trans. Image Processing}, volume = {15}, number = {3}, pages = {632–640}, year = {2006} } http://ippr.csie.ntu.edu.tw.
runs the watershed
pGridIn | the input grid |
References stira::imagedata::ArrayGrid< T >::Clone(), stira::imagedata::OrientationGrid::ExtractMagnitudeGrid(), stira::imagedata::ArrayGrid< T >::GetHeight(), stira::imagedata::ArrayGrid< T >::GetWidth(), stira::imagedata::ArrayGrid< T >::SetGridValues(), stira::imageanalysis::PixelElement< T >::x, and stira::imageanalysis::PixelElement< T >::y.