[mmglblshow] [Up] [mmsurf] Visualization

mmgshow
Apply binary overlays as color layers on a binary or gray-scale image

Synopsis

Y = mmgshow ( X , X1 = Null, X2 = Null, X3 = Null, X4 = Null, X5 = Null, X6 = Null )

Input

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

X1 Image Binary image

Red overlay.

Default: Null

X2 Image Binary image

Green overlay.

Default: Null

X3 Image Binary image

Blue overlay.

Default: Null

X4 Image Binary image

Magenta overlay.

Default: Null

X5 Image Binary image

Yellow overlay.

Default: Null

X6 Image Binary image

Cyan overlay.

Default: Null

Output

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

See also

mmshow Display binary or gray-scale images and optionally overlay it with binary images.
[mmglblshow] [Up] [mmsurf]