Package adams.data.filter.heatmapthreshold
-
Class Summary Class Description AbstractBufferedImageBasedHeatmapThreshold Ancestor of threshold algorithms that use aBufferedImage
as basis for their calculation.AbstractHeatmapThreshold Ancestor for algorithsm that determine a threshold from a heatmap.Manual Performs no calculation, simply returns the user-specified threshold.Otsu Computes the variance based threshold using Otsu's method from an input image (gray scale; boofcv.struct.image.GrayU8).
For more information see:
WikiPedia.