Uses of Interface
boofcv.alg.misc.PixelMathLambdas.Function1
-
Uses of PixelMathLambdas.Function1 in boofcv.alg.misc
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Modifier 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.