threshold {imbibe} | R Documentation |
Image thresholding
Description
Image thresholding
Usage
threshold(
image,
value,
reference = c("none", "image", "nonzero"),
above = FALSE
)
threshold_below(image, value, reference = c("none", "image", "nonzero"))
threshold_above(image, value, reference = c("none", "image", "nonzero"))
Arguments
image |
An image object or pipeline. |
value |
Numeric threshold value. |
reference |
String indicating what the |
above |
Logical value: if |
Value
An updated pipeline.
[Package imbibe version 0.1.1 Index]