processImage.Rd
A wrapper around the image processing functions:
processImage(object, img_name = activeImage(object), verbose = NULL, ...)
An object of class SPATA2
or, in case of S4 generics,
objects of classes for which a method has been defined.
Character value. The name of the image of interest.
If NULL
, the active image is chosen by default. Either way, must
be one of getImageNames()
.
Logical. If TRUE
, informative messages regarding
the computational progress will be printed.
(Warning messages will always be printed.)
Arguments passed to identifyPixelContent()
.
The updated input object, containing the added, removed or computed results.