Uses of Interface
boofcv.misc.BoofLambdas.FilterPixel_S32
Packages that use BoofLambdas.FilterPixel_S32
-
Uses of BoofLambdas.FilterPixel_S32 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type BoofLambdas.FilterPixel_S32Modifier and TypeMethodDescriptionstatic voidImageMiscOps.filter(GrayS16 image, BoofLambdas.FilterPixel_S32 op) Functional API for modifying an images pixel values based on coordinate and valuestatic voidImageMiscOps.filter(GrayS32 image, BoofLambdas.FilterPixel_S32 op) Functional API for modifying an images pixel values based on coordinate and valuestatic voidImageMiscOps.filter(GrayS8 image, BoofLambdas.FilterPixel_S32 op) Functional API for modifying an images pixel values based on coordinate and valuestatic voidImageMiscOps.filter(GrayU16 image, BoofLambdas.FilterPixel_S32 op) Functional API for modifying an images pixel values based on coordinate and valuestatic voidImageMiscOps.filter(GrayU8 image, BoofLambdas.FilterPixel_S32 op) Functional API for modifying an images pixel values based on coordinate and value -
Uses of BoofLambdas.FilterPixel_S32 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type BoofLambdas.FilterPixel_S32Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.filter(GrayS16 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps_MT.filter(GrayS32 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps_MT.filter(GrayS8 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps_MT.filter(GrayU16 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps_MT.filter(GrayU8 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps.filter(GrayS16 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps.filter(GrayS32 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps.filter(GrayS8 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps.filter(GrayU16 image, BoofLambdas.FilterPixel_S32 op) static voidImplImageMiscOps.filter(GrayU8 image, BoofLambdas.FilterPixel_S32 op)