Uses of Class
adams.data.filter.heatmapthreshold.AbstractHeatmapThreshold
-
Packages that use AbstractHeatmapThreshold Package Description adams.data.filter adams.data.filter.heatmapthreshold -
-
Uses of AbstractHeatmapThreshold in adams.data.filter
Fields in adams.data.filter declared as AbstractHeatmapThreshold Modifier and Type Field Description protected AbstractHeatmapThreshold
HeatmapThreshold. m_Threshold
the threshold.Methods in adams.data.filter that return AbstractHeatmapThreshold Modifier and Type Method Description AbstractHeatmapThreshold
HeatmapThreshold. getThreshold()
Returns the threshold algorithm in use.Methods in adams.data.filter with parameters of type AbstractHeatmapThreshold Modifier and Type Method Description void
HeatmapThreshold. setThreshold(AbstractHeatmapThreshold value)
Sets the threshold algorithm to use. -
Uses of AbstractHeatmapThreshold in adams.data.filter.heatmapthreshold
Subclasses of AbstractHeatmapThreshold in adams.data.filter.heatmapthreshold Modifier and Type Class Description class
AbstractBufferedImageBasedHeatmapThreshold
Ancestor of threshold algorithms that use aBufferedImage
as basis for their calculation.class
Manual
Performs no calculation, simply returns the user-specified threshold.class
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.
-