Uses of Class
adams.data.filter.heatmapthreshold.AbstractBufferedImageBasedHeatmapThreshold
-
Packages that use AbstractBufferedImageBasedHeatmapThreshold Package Description adams.data.filter.heatmapthreshold -
-
Uses of AbstractBufferedImageBasedHeatmapThreshold in adams.data.filter.heatmapthreshold
Subclasses of AbstractBufferedImageBasedHeatmapThreshold in adams.data.filter.heatmapthreshold Modifier and Type Class Description 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.
-