Class MeasurementProcessor

java.lang.Object
qupath.lib.experimental.pixels.MeasurementProcessor

public class MeasurementProcessor extends Object
Create PixelProcessor instances that make measurements from objects.

Important! This class is intended to simplify making measurements where all pixel values can fit into a single double array. It is not suitable for large images or tiling.

It is also not very efficient if the same channel is used multiple times, since the channel will be extracted each time.