| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmdtshow( f, n ) f: Gray-scale (uint8 or uint16) image. Distance transform. n: Boolean. Number of iso-contours. Default: 10.y: Gray-scale (uint8 or uint16) or binary image (logical uint8). Optionally return RGB uint8 imagef (uint8 or uint16) with a special gray-scale color table with n pseudo-color equaly spaced. The final appearance of this display is similar to an iso-contour image display. The infinity value, which is the maximum level allowed in the image, is displayed as black. The image is displayed in the MATLAB figure only if no output parameter is given.f=mmreadgray('blob.tif'); fd=mmdist(f); mmshow(fd); mmdtshow(fd);
|
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||