Uses of Interface
boofcv.misc.BoofLambdas.Match_I16
Packages that use BoofLambdas.Match_I16
-
Uses of BoofLambdas.Match_I16 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type BoofLambdas.Match_I16Modifier and TypeMethodDescriptionstatic voidImageMiscOps.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process function -
Uses of BoofLambdas.Match_I16 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type BoofLambdas.Match_I16Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static voidImplImageMiscOps.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process)