imgThreshold: Threshold an image

Description Usage Arguments Value See Also Examples

Description

This function thresholds an image using a given filter.

Usage

1
imgThreshold(imgdata, thr_value)

Arguments

imgdata

The image

thr_value

Filter value for thresholding

Value

return an imagedata object

See Also

r_threshold

Examples

1
2
	x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
	y <- imgThreshold(x, 80)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.