[mmpatspec] [Up] [mmgshow] Visualization

mmglblshow
Apply a random color table to a gray-scale image.

Synopsis

function Y = mmglblshow ( X , border )

Input

X Image Gray-scale (uint8 or uint16) image

Labeled image.

border Boolean

Default: 0.0

If true, draw a white border around each labeled region.

Output

Y Image Gray-scale (uint8 or uint16) or binary image

See also

mmlabel Label a binary image.
mmlblshow Display a labeled image assigning a random color for each label.
[mmpatspec] [Up] [mmgshow]