thinImage: Skeletonize/thin an binary image

View source: R/image_thinning_IJ.R

thinImageR Documentation

Skeletonize/thin an binary image

Usage

thinImage(imageMatrix)

Arguments

imageMatrix

an 2D matrix containing the binary image

Examples

##---- 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")
  }

ErasmusOIC/SMoLR documentation built on July 27, 2023, 8:05 p.m.