Uses of Interface
boofcv.alg.weights.WeightDistance_F32
-
Uses of WeightDistance_F32 in boofcv.alg.weights
Modifier and TypeClassDescriptionclass
The distribution is a cropped Gaussian distribution with mean at 0.class
A uniform distribution from 0 to maxDistance, inclusive. -
Uses of WeightDistance_F32 in boofcv.factory.weights
Modifier and TypeMethodDescriptionstatic WeightDistance_F32
FactoryWeights.distance
(WeightType type, float param, boolean safe) Creates a weight function for the provided distributions.