[Top] [Up] [Prev] [Next] [Up] [Tutorial] mmtutor V1.0 30abr2001

mm085extrema - Filtering the extrema for marker finding.


Synopsis
mm085extrema
Description

Regional Maxima and Minima

f=imread('ggray.tif');
fn=mmaddm(f,uint8(20*rand(size(f))));
mmsurfshow(fn);
rmax=mmregmax(fn);
mmshow(fn,rmax); 
image
(fn)
image
(fn,rmax)
f20=mmhdome(fn,20);
mmsurfshow(f20);
rmax20=mmregmax(f20);
mmshow(fn,rmax20); 
image
(f20)
image
(fn,rmax20)

More watershed demonstrations

Normally the markers are computed by filtering the extrema of the image.

Exercises


[Top] [Up] [Prev] [Next] [Up] [Tutorial] Valid XHTML 1.0!
Copyright (c) 1998-20001 by SDC Information SystemsCopyright (c) 1998-20001 by SDC Information Systems