Uses of Interface
boofcv.alg.misc.PixelMathLambdas.Function2
Packages that use PixelMathLambdas.Function2
-
Uses of PixelMathLambdas.Function2 in boofcv.alg.misc
Subinterfaces of PixelMathLambdas.Function2 in boofcv.alg.miscModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in boofcv.alg.misc with parameters of type PixelMathLambdas.Function2Modifier 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.