shadow.remove(crackrec)R Documentation

shadow.remove

Description

Removes shadows at the edges of an image.

Usage

shadow.remove(x)

Arguments

x matrix representation of an image which must have at least 80x80 pixels.

Author(s)

Alexander Stepper stepper@mathematik.uni-kassel.de

See Also

rbmp, crackrec, threshold.msi, medianfilter, crackplot.

Examples

## Not run: 
matrix<-rbmp("image.bmp")
shadow.remove(matrix)
## End(Not run)

[Package crackrec version 2.1.5 Index]