| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
fd = mmfractal( f, range, option ) f: Binary image (logical uint8). range: Gray-scale (uint8 or uint16) or binary image (logical uint8). Vector with linearly increasing radius of the disk used in the dilation. Selects to portion to use the fitting in determine the line slope. option: String. optionally show plot to visualize the slope. 'PLOT' or 'NOPLOT'. Default: 'PLOT'.fd: Fractal dimension.f1=mmreadgray('gear.tif'); mmshow(f1); fd1=mmfractal(f1,[5:15]) fd1 = 1.2379 f2=mmopen(f1,mmsedisk(2)); mmshow(f2); fd2=mmfractal(f2,[5:15]) fd2 = 1.1932
|
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||