Package qupath.lib.experimental.pixels
package qupath.lib.experimental.pixels
Experimental package to simplify pixel operations for large images.
Warning! This package is experimental and not thoroughly tested. Use with caution; it is likely to change in the future.
-
ClassDescriptionClass to generate a
PixelProcessor
when using ImageJ for the primary image representation.A functional interface for supplying an image region for processing.MaskSupplier<S,T> A functional interface for supplying a mask corresponding to an image.CreatePixelProcessor
instances that make measurements from objects.Interface for calculating one custom measurement from an image, usingParameters
.Functions for calculating measurements from an array of pixels.Methods to create custom measurements.Class to generate aPixelProcessor
when using OpenCV for the primary image representation.OutputHandler<S,T, U> A functional interface for handling the output of aProcessor
.Parameters<S,T> Parameters for use with aPixelProcessor
.Parameters.Builder<S,T> Builder class forParameters
.PixelProcessor<S,T, U> A class for tiled image processing.PixelProcessor.Builder<S,T, U> Builder class for aPixelProcessor
Utility functions to help with thePixelProcessor
class.Processor<S,T, U> A generic processor designed to work withParameters
and provide an output.