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 AbstractHeatmapThresholdHeatmapThreshold. m_Thresholdthe threshold.Methods in adams.data.filter that return AbstractHeatmapThreshold Modifier and Type Method Description AbstractHeatmapThresholdHeatmapThreshold. getThreshold()Returns the threshold algorithm in use.Methods in adams.data.filter with parameters of type AbstractHeatmapThreshold Modifier and Type Method Description voidHeatmapThreshold. 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 classAbstractBufferedImageBasedHeatmapThresholdAncestor of threshold algorithms that use aBufferedImageas basis for their calculation.classManualPerforms no calculation, simply returns the user-specified threshold.classOtsuComputes the variance based threshold using Otsu's method from an input image (gray scale; boofcv.struct.image.GrayU8).
For more information see:
WikiPedia.
-