plotImageThinned | R Documentation |
This function returns a plot with the full image plotted in light gray and the thinned skeleton printed in black on top.
plotImageThinned(doc)
doc |
A document processed with |
gpplot plot of thinned image
csafe_document <- list()
csafe_document$image <- csafe
csafe_document$thin <- thinImage(csafe_document$image)
plotImageThinned(csafe_document)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.