twoSent | R Documentation |
Two sentence printed example handwriting
twoSent
Binary image matrix. 396 rows and 1947 columns
twoSent_document <- list()
twoSent_document$image <- twoSent
plotImage(twoSent_document)
## Not run:
twoSent_document <- list()
twoSent_document$image <- twoSent
plotImage(twoSent_document)
twoSent_document$thin <- thinImage(twoSent_document$image)
plotImageThinned(twoSent_document)
twoSent_processList <- processHandwriting(twoSent_document$thin, dim(twoSent_document$image))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.