Basic unary operations
exponent(image)logarithm(image)
sine(image)
cosine(image)
tangent(image)
arcsine(image)
arccosine(image)
arctangent(image)
square(image)
squareroot(image)
reciprocal(image)
absolute(image)
binarise(image, invert = FALSE)
binarize(image, invert = FALSE)
An updated pipeline.
An image object or pipeline.
Logical value: if TRUE
, binarising will also perform
logical inversion so that only zeroes in the original image will be
nonzero; if FALSE
, the default, the usual sense is used, in which
zeroes remain as they are, and everything else is converted to 1.