[mmdrawv] [Up] [mmconcat] Image Creation

mmtext
Create a binary image of a text.

Synopsis

function y = mmtext ( txt )

Input

txt String

Text to be written.

Output

y Image Binary image

Description

mmtext creates the binary image y of the text txt. The background of y is 0, while its foreground is 1. The text should be composed only by lower and upper case letters.

Examples

a = mmtext('Hello');
mmshow(a); 
a

See also

mmdraw Superpose rectangles and lines on an image. Obsolete, use mmdrawv.
mmfreedom Control automatic data type conversion.
[mmdrawv] [Up] [mmconcat]