Uses of Interface
boofcv.alg.misc.PixelMathLambdas.Function1
Packages that use PixelMathLambdas.Function1
-
Uses of PixelMathLambdas.Function1 in boofcv.alg.misc
Subinterfaces of PixelMathLambdas.Function1 in boofcv.alg.miscModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Methods in boofcv.alg.misc with parameters of type PixelMathLambdas.Function1Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
voidGPixelMath.operator1
(T input, PixelMathLambdas.Function1 function, T output) Applies the lambda operation to each element in the input image.