message | R Documentation |
Full page image of the handwritten London letter.
message
Binary image matrix. 1262 rows and 1162 columns.
message_document <- list()
message_document$image <- message
plotImage(message_document)
## Not run:
message_document <- list()
message_document$image <- message
plotImage(message_document)
message_document$thin <- thinImage(message_document$image)
plotImageThinned(message_document)
message_processList <- processHandwriting(message_document$thin, dim(message_document$image))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.