Uses of Interface
boofcv.misc.BoofLambdas.Match_F64
Packages that use BoofLambdas.Match_F64
-
Uses of BoofLambdas.Match_F64 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type BoofLambdas.Match_F64Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process function -
Uses of BoofLambdas.Match_F64 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type BoofLambdas.Match_F64Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process)