[mmBshow] [Up] [mmShow] Visualization

mmLblshow
Display a labeled image assigning a random color for each label.

Synopsis

Image mmLblshow ( const Image& f , const String& option = "noborder", const String& title = "mmlblshow", const String& id = "mmlblshow" );

Input

f Image [ Gray-scale (uint8 or uint16) image ]

Labeled image.

option String

BORDER or NOBORDER: includes or not a white border around each labeled region

Default: "noborder"

title String

Default: "mmlblshow"

id String

Default: "mmlblshow"

Output

y Image [ Gray-scale (uint8 or uint16) or binary image ]

Optionally return RGB uint8 image

Description

Displays the labeled image f (uint8 or uint16) with a pseudo color where each label appears with a random color. The image is displayed in the MATLAB figure only if no output parameter is given.

See also

mmLabel Label a binary image.
mmLblshow Display a labeled image assigning a random color for each label.
mmShow Display binary or gray-scale images and optionally overlay it with binary images.
mmSurf Generate a shaded visualization image of a gray-scale image as a topographic model.
[mmBshow] [Up] [mmShow]