Uses of Interface
boofcv.alg.misc.PixelMathLambdas.Function2
-
Uses of PixelMathLambdas.Function2 in boofcv.alg.misc
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
voidGPixelMath.operator2
(T imgA, PixelMathLambdas.Function2 function, T imgB, T output) Applies the lambda operation to each element in the two input images.