Uses of Interface
boofcv.misc.BoofLambdas.ProcessIIB
-
Uses of BoofLambdas.ProcessIIB in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.findAndProcess
(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process functionstatic 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 functionstatic void
ImageMiscOps.findAndProcess
(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process functionstatic void
ImageMiscOps.findAndProcess
(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process functionstatic void
ImageMiscOps.findAndProcess
(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process functionstatic void
ImageMiscOps.findAndProcess
(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process function -
Uses of BoofLambdas.ProcessIIB in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.findAndProcess
(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps_MT.findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps_MT.findAndProcess
(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps_MT.findAndProcess
(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps_MT.findAndProcess
(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps_MT.findAndProcess
(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) static void
ImplImageMiscOps.findAndProcess
(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process)