[mmGlblshow] [Up] [mmSurf] Visualization

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

Synopsis

Image mmGshow ( const Image& X , const Image& X1 = NullImage, const Image& X2 = NullImage, const Image& X3 = NullImage, const Image& X4 = NullImage, const Image& X5 = NullImage, const Image& X6 = NullImage );

Input

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

X1 Image [ Binary image ]

Red overlay.

Default: NullImage

X2 Image [ Binary image ]

Green overlay.

Default: NullImage

X3 Image [ Binary image ]

Blue overlay.

Default: NullImage

X4 Image [ Binary image ]

Magenta overlay.

Default: NullImage

X5 Image [ Binary image ]

Yellow overlay.

Default: NullImage

X6 Image [ Binary image ]

Cyan overlay.

Default: NullImage

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]