powered by
This function returns a plot with the full image plotted in light gray and the thinned skeleton printed in black on top.
plotImageThinned(doc)
gpplot plot of thinned image
A document processed with processHandwriting()
processHandwriting()
csafe_document <- list() csafe_document$image <- csafe csafe_document$thin <- thinImage(csafe_document$image) plotImageThinned(csafe_document)
Run the code above in your browser using DataLab