thinImage: Skeletonize/thin an binary image

Usage Arguments Examples

Usage

1
thinImage(imageMatrix)

Arguments

imageMatrix

an 2D matrix containing the binary image

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (imageMatrix) 
{
    UseMethod("thinImage")
  }

maartenpaul/SMoLR documentation built on May 21, 2019, 10:14 a.m.