otsuModif: Otsu thresholding

Description Usage Arguments Details Value Author(s) Examples

Description

Find otsu threshold

Usage

1

Arguments

h

histogram created by hist or sshist

Details

to be written an other time...

Value

threshold

Author(s)

Hans Ole &Oslashrka hans.ole.orka@gmail.org

Examples

1
2
3
4
5
x <- c(rnorm(100,10),rnorm(50,20))
h <- hist(x)
T <- otsuModif(h)
hist(x)
abline(v=T)

hansoleorka/myR documentation built on May 17, 2019, 2:29 p.m.