Uses of Class
imagingbook.common.threshold.adaptive.NiblackThresholder.Parameters
Packages that use NiblackThresholder.Parameters
-
Uses of NiblackThresholder.Parameters in imagingbook.common.threshold.adaptive
Methods in imagingbook.common.threshold.adaptive with parameters of type NiblackThresholder.ParametersModifier and TypeMethodDescriptionstatic NiblackThresholderNiblackThresholder.create(NiblackThresholder.RegionType regType, NiblackThresholder.Parameters params) Static convenience method for creating aNiblackThresholderwith a specific support region type.Constructors in imagingbook.common.threshold.adaptive with parameters of type NiblackThresholder.ParametersModifierConstructorDescriptionBox(NiblackThresholder.Parameters params) Constructor with specific parameters.Disk(NiblackThresholder.Parameters params) Constructor with specific parameters.Gauss(NiblackThresholder.Parameters params) Constructor with specific parameters.