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
PixelProcessorwhen 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.CreatePixelProcessorinstances 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 aPixelProcessorwhen 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 aPixelProcessorUtility functions to help with thePixelProcessorclass.Processor<S,T, U> A generic processor designed to work withParametersand provide an output.