Uses of Enum Class
boofcv.factory.weights.WeightType
-
Uses of WeightType in boofcv.factory.weights
Modifier and TypeMethodDescriptionstatic WeightType
Returns the enum constant of this class with the specified name.static WeightType[]
WeightType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic WeightDistance_F32
FactoryWeights.distance
(WeightType type, float param, boolean safe) Creates a weight function for the provided distributions.static WeightPixel_F32
FactoryWeights.pixel
(WeightType type, boolean safe) Creates a weight function for the provided distributions.