Uses of Enum Class
boofcv.alg.filter.binary.ThresholdNiblackFamily.Variant
-
Uses of ThresholdNiblackFamily.Variant in boofcv.alg.filter.binary
Modifier 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.Modifier and TypeMethodDescriptionGThresholdImageOps.niblackFamily
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) ModifierConstructorDescriptionThresholdNiblackFamily
(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
Modifier and TypeMethodDescriptionprotected static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localNiblackFamily
(ThresholdNiblackFamily.Variant variant, ConfigLength width, boolean down, float k, Class<T> inputType)