Uses of Enum Class
boofcv.factory.filter.binary.ThresholdType
-
Uses of ThresholdType in boofcv.factory.filter.binary
Modifier and TypeMethodDescriptionstatic ThresholdType
Returns the enum constant of this class with the specified name.static ThresholdType[]
ThresholdType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ConfigThreshold
ConfigThreshold.global
(ThresholdType type) static <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, int width) static <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, ConfigLength width)