[mmglblshow] [Up] [mmsurf] Visualization

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

Synopsis

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

Input

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

Default: NULL

Red overlay.

X2 Image Binary image

Default: NULL

Green overlay.

X3 Image Binary image

Default: NULL

Blue overlay.

X4 Image Binary image

Default: NULL

Magenta overlay.

X5 Image Binary image

Default: NULL

Yellow overlay.

X6 Image Binary image

Default: NULL

Cyan overlay.

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]