thinImage {handwriter} | R Documentation |
thinImage
Description
This function returns a vector of locations for black pixels in the thinned image. Thinning done using Zhang - Suen algorithm.
Usage
thinImage(img)
Arguments
img |
A binary matrix of the text that is to be thinned. |
Value
A thinned, one pixel wide, image.
[Package handwriter version 3.1.1 Index]