Uses of Enum Class
boofcv.alg.filter.binary.ThresholdNiblackFamily.Variant
Packages that use ThresholdNiblackFamily.Variant
-
Uses of ThresholdNiblackFamily.Variant in boofcv.alg.filter.binary
Methods in boofcv.alg.filter.binary that return ThresholdNiblackFamily.VariantModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ThresholdNiblackFamily.Variant[]ThresholdNiblackFamily.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.alg.filter.binary with parameters of type ThresholdNiblackFamily.VariantModifier and TypeMethodDescriptionGThresholdImageOps.niblackFamily(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) Constructors in boofcv.alg.filter.binary with parameters of type ThresholdNiblackFamily.VariantModifierConstructorDescriptionThresholdNiblackFamily(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) Configures the algorithm.ThresholdNiblackFamily_MT(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) -
Uses of ThresholdNiblackFamily.Variant in boofcv.factory.filter.binary
Methods in boofcv.factory.filter.binary with parameters of type ThresholdNiblackFamily.VariantModifier and TypeMethodDescriptionprotected static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localNiblackFamily(ThresholdNiblackFamily.Variant variant, ConfigLength width, boolean down, float k, Class<T> inputType)