[mmpatspec] [Up] [mmgshow] Visualization

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

Synopsis

Y = mmglblshow ( X , border = 0.0 )

Input

X Image Gray-scale (uint8 or uint16) image

Labeled image.

border Boolean

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

Default: 0.0 (0.0)

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]