Interface RegionFilter

All Superinterfaces:
BiPredicate<qupath.lib.images.ImageData<?>,qupath.lib.regions.RegionRequest>
All Known Implementing Classes:
RegionFilter.StandardRegionFilters

public interface RegionFilter extends BiPredicate<qupath.lib.images.ImageData<?>,qupath.lib.regions.RegionRequest>
Define the area of an image to which pixel classification should be applied. This is used to filter regions during live prediction.