Package qupath.lib.experimental.pixels
Interface Processor<S,T,U>
- Type Parameters:
S
-T
-U
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic processor designed to work with
Parameters
and provide an output.
The intended use is to apply a local image processing task, such as thresholding, to a region of an image corresponding to an object.
- Since:
- v0.5.0
-
Method Summary
-
Method Details
-
process
Processing method.- Parameters:
params
- the parameters; these can be queried to access the parent object, image data, masks etc.- Returns:
- the output
- Throws:
IOException
- if there is a problem reading the image- See Also:
-