Class Hierarchy
- java.lang.Object
- imagingbook.common.threshold.global.IsodataThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.IsodataThresholderSlow (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.MaxEntropyThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.MeanThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.MinErrorThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.MinMaxThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.OtsuThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.QuantileThresholder (implements imagingbook.common.threshold.global.GlobalThresholder)
- imagingbook.common.threshold.global.MedianThresholder
Interface Hierarchy
- imagingbook.common.threshold.Thresholder
- imagingbook.common.threshold.global.GlobalThresholder