collect.digit.skeletons: collect.digit.skeletons Takes a list of MNIST digits, removes...

Description Usage Arguments Value Examples

Description

collect.digit.skeletons Takes a list of MNIST digits, removes non-white pixels and calls thin.points,the thinning algorithm for creating a pixel "skeleton"

Usage

1
collect.digit.skeletons(digits, limit = NA)

Arguments

digits:

list of MNIST digits to thin

limit:

optional; in case entire list of MNIST digits is passed, can limit number passed to thinning algorithm

Value

thinned digits, pixel "skeletons"

Examples

1
# coming soon

abarciauskas-bgse/bplmnist documentation built on May 10, 2019, 4:09 a.m.