Interface RegionFilter

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

public interface RegionFilter extends BiPredicate<ImageData<?>,RegionRequest>
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