[mmBinary] [Up] [mmGray] Data Type Conversion

mmBit
Put an uint8 binary image into packed bit format

Synopsis

Image mmBit ( const Image& X );

Input

X Image [ Binary image ]

Output

Y Image [ Binary image ]

bit format binary image.

Description

Convert an unsigned gray scale byte image in the packed bit format. This can speedup considerably most morphological functions, but one must be aware that not all morphological functions support this format.

See also

mmUbyte Converts a BIT, UBYTE, USHORT or DOUBLE image into an UBYTE image.
[mmBinary] [Up] [mmGray]