Uses of Enum Class
boofcv.factory.weights.WeightType
Packages that use WeightType
-
Uses of WeightType in boofcv.factory.weights
Methods in boofcv.factory.weights that return WeightTypeModifier and TypeMethodDescriptionstatic WeightTypeReturns 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.Methods in boofcv.factory.weights with parameters of type WeightTypeModifier and TypeMethodDescriptionstatic WeightDistance_F32FactoryWeights.distance(WeightType type, float param, boolean safe) Creates a weight function for the provided distributions.static WeightPixel_F32FactoryWeights.pixel(WeightType type, boolean safe) Creates a weight function for the provided distributions.