Uses of Interface
boofcv.alg.filter.misc.ImageLambdaFilters.Rect_S32
Packages that use ImageLambdaFilters.Rect_S32
-
Uses of ImageLambdaFilters.Rect_S32 in boofcv.alg.filter.misc
Methods in boofcv.alg.filter.misc with parameters of type ImageLambdaFilters.Rect_S32Modifier and TypeMethodDescriptionstatic voidImageLambdaFilters.filterRectCenterEdge(GrayI16 src, int radiusX, int radiusY, GrayI16 dst, @Nullable Object workspace, ImageLambdaFilters.Rect_S32 filter) static voidImageLambdaFilters.filterRectCenterEdge(GrayI8 src, int radiusX, int radiusY, GrayI8 dst, @Nullable Object workspace, ImageLambdaFilters.Rect_S32 filter) static voidImageLambdaFilters.filterRectCenterEdge(GrayS32 src, int radiusX, int radiusY, GrayS32 dst, @Nullable Object workspace, ImageLambdaFilters.Rect_S32 filter)