[mmText] [Up] [mmConcat] Image Information and Manipulation

mmAppend
Append two images along width, height or depth.

Synopsis

Image mmAppend ( const Image& X1 , const Image& X2 , const String& DIM = "WIDTH" );

Input

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

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

DIM String

Dimension to append. 'WIDTH', 'HEIGHT', or ' DEPTH'.

Default: "WIDTH"

Output

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

Description

Append two images in any of the dimensions: width, height or depth.

See also

mmConcat Concatenate two or more images along width, height or depth.
[mmText] [Up] [mmConcat]