Package qupath.lib.gui.viewer
Interface RegionFilter
- All Superinterfaces:
BiPredicate<ImageData<?>,
RegionRequest>
- All Known Implementing Classes:
RegionFilter.StandardRegionFilters
Define the area of an image to which pixel classification should be applied.
This is used to filter regions during live prediction.
- Author:
- Pete Bankhead
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Standard classification regions (hopefully all you will ever need). -
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test