[Top] [Up] [Prev] [Next] [Up] [Basic Concepts] [Demonstrations] [Functions] SDC Morphology Toolbox V1.1 15Jan02

mmtext - Create a binary image of a text.


Synopsis
y = mmtext( txt )
Input
txt: String. Text to be written.
Output
y: Binary image (logical uint8).
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); 
image
(a)
See Also
mmdraw - Superpose rectangles and lines on an image. Obsolete, use mmdrawv.
mmfreedom - Control automatic data type conversion.

[Top] [Up] [Prev] [Next] [Up] [Basic Concepts] [Demonstrations] [Functions] Valid XHTML 1.0!
Copyright (c) 1998-2002 by SDC Information Systems