[mmStats] [Up] [mmGshow] Visualization

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

Synopsis

Image mmGlblshow ( const Image& X , const Boolean& 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

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.
[mmStats] [Up] [mmGshow]