Uses of Class
boofcv.struct.border.ImageBorder_F64
Package
Description
-
Uses of ImageBorder_F64 in boofcv.alg.filter.blur
Modifier and TypeMethodDescriptionstatic GrayF64
BlurImageOps.meanB
(GrayF64 input, @Nullable GrayF64 output, int radiusX, int radiusY, @Nullable ImageBorder_F64 binput, @Nullable GrayF64 storage, @Nullable GrowArray<DogArray_F64> workVert) Applies a mean box filter with image borders. -
Uses of ImageBorder_F64 in boofcv.alg.filter.convolve
Modifier and TypeMethodDescriptionstatic void
ConvolveImageNormalized.convolve
(Kernel2D_F64 kernel, GrayF64 src, GrayF64 dst, ImageBorder_F64 bsrc) Performs a 2D normalized convolution across the image.static void
ConvolveImageMean.horizontal
(GrayF64 input, GrayF64 output, int offset, int length, @Nullable ImageBorder_F64 binput) Performs a horizontal 1D mean box filter.static void
ConvolveImageNormalized.horizontal
(Kernel1D_F64 kernel, GrayF64 src, GrayF64 dst, ImageBorder_F64 bsrc) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImageMean.vertical
(GrayF64 input, GrayF64 output, int offset, int length, @Nullable ImageBorder_F64 binput, @Nullable GrowArray<DogArray_F64> workspaces) Performs a vertical 1D mean box filter.static void
ConvolveImageNormalized.vertical
(Kernel1D_F64 kernel, GrayF64 src, GrayF64 dst, ImageBorder_F64 bsrc) Performs a vertical 1D normalized convolution across the image. -
Uses of ImageBorder_F64 in boofcv.alg.filter.convolve.border
Modifier and TypeMethodDescriptionstatic void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_F64 kernel, ImageBorder_F64 input, GrayF64 output) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_F64 kernel, ImageBorder_F64 input, GrayF64 output) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_F64 kernel, ImageBorder_F64 input, GrayF64 output) -
Uses of ImageBorder_F64 in boofcv.alg.filter.convolve.normalized
Modifier and TypeMethodDescriptionstatic void
ConvolveNormalizedNaive_SB.convolve
(Kernel2D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) static void
ConvolveNormalizedNaive_SB.horizontal
(Kernel1D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) static void
ConvolveNormalizedNaive_SB.vertical
(Kernel1D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) -
Uses of ImageBorder_F64 in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) Copies a rectangular region from one image into another.static void
ImageMiscOps.growBorder
(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) Creates a new image which is a copy of the src image but extended with border pixels. -
Uses of ImageBorder_F64 in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static void
ImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static void
ImplImageMiscOps_MT.growBorder
(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) static void
ImplImageMiscOps.growBorder
(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) -
Uses of ImageBorder_F64 in boofcv.core.image
-
Uses of ImageBorder_F64 in boofcv.core.image.border
-
Uses of ImageBorder_F64 in boofcv.struct.border
Modifier and TypeClassDescriptionclass
Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.