←
EdgeDetect
→
TextRecognize
/
Reference of Built-in Symbols
/
Image Manipulation
/
Miscellaneous image-related functions
/
RandomImage
/
RandomImage
WMA link
RandomImage
[
max
]
creates an image of random pixels with values 0 to
max
.
RandomImage
[{
min
,
max
}]
creates an image of random pixels with values
min
to
max
.
RandomImage
[...,
size
]
creates an image of the given
size
.
RandomImage[1, {100, 100}]
←
EdgeDetect
→
TextRecognize