processHandwriting: Process Handwriting

View source: R/JunctionDetection.R

processHandwritingR Documentation

Process Handwriting

Description

The main driver of handwriting processing. Takes in an image of thinned handwriting created with thinImage() and splits the the handwriting into component shapes called graphs.

Usage

processHandwriting(img, dims)

Arguments

img

Thinned binary image created with thinImage().

dims

Dimensions of thinned binary image.

Value

A list of the processed image

Examples

twoSent_document <- list()
twoSent_document$image <- twoSent
twoSent_document$thin <- thinImage(twoSent_document$image)
twoSent_processList <- processHandwriting(twoSent_document$thin, dim(twoSent_document$image))


handwriter documentation built on Oct. 13, 2023, 5:10 p.m.