[mmSurf] [Up] [mmLblshow] Visualization

mmBshow
Generate a graphical representation of overlaid binary images.

Synopsis

Image mmBshow ( const Image& f1 , const Image& f2 = NullImage, const Image& f3 = NullImage, const Double& factor = 17 );

Input

f1 Image [ Binary image ]

f2 Image [ Binary image ]

Default: NullImage

f3 Image [ Binary image ]

Default: NullImage

factor Double

Expansion factor for the output image. Use odd values above 9.

Default: 17

Output

y Image [ Binary image ]

shaded image.

Description

Generate an expanded binary image as a graphical representation of up to three binary input images. The 1-pixels of the first image are represented by square contours, the pixels of the optional second image are represented by circles and for the third image they are represented by shaded squares. This function is useful to create graphical illustration of small images.

See also

mmShow Display binary or gray-scale images and optionally overlay it with binary images.
mmSeshow Display a structuring element as an image.
[mmSurf] [Up] [mmLblshow]