| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmstats( f, measurement ) f: Gray-scale (uint8 or uint16) or binary image (logical uint8). measurement: String. Choose the measure to compute: 'max', 'min', 'mean', 'sum', 'std', 'std1'. y:
f=uint8([0 1 2 3 4 5 6]);
mmstats(f,'min')
ans =
0
mmstats(f,'max')
ans =
6
mmstats(f,'sum')
ans =
21
mmstats(f,'mean')
ans =
3
mmstats(f,'std')
ans =
2.1602
mmstats(f,'std1')
ans =
2
|

| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||