im_threshold: Threshold grayscale image

View source: R/pictplot.R

im_thresholdR Documentation

Threshold grayscale image

Description

Threshold grayscale image

Usage

im_threshold(im, thr = "auto", approx = TRUE, adjust = 1)

Arguments

im

an image

thr

a threshold

approx

skip

adjust

adjust the automatic threshold

Value

an image

Examples

plot(im_threshold(get_R(regatta), thr = 0.6))

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.