plotImageThinned: Plot Thinned Image

View source: R/PlotFunctions.R

plotImageThinnedR Documentation

Plot Thinned Image

Description

This function returns a plot with the full image plotted in light gray and the thinned skeleton printed in black on top.

Usage

plotImageThinned(doc)

Arguments

doc

A document processed with processHandwriting()

Value

gpplot plot of thinned image

Examples

csafe_document <- list()
csafe_document$image <- csafe
csafe_document$thin <- thinImage(csafe_document$image)
plotImageThinned(csafe_document)


CSAFE-ISU/handwriter documentation built on March 24, 2024, 6:23 p.m.