Uses of Class
boofcv.struct.border.ImageBorder_F64
Packages that use ImageBorder_F64
Package
Description
-
Uses of ImageBorder_F64 in boofcv.alg.filter.blur
Methods in boofcv.alg.filter.blur with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic GrayF64BlurImageOps.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
Methods in boofcv.alg.filter.convolve with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic voidConvolveImageNormalized.convolve(Kernel2D_F64 kernel, GrayF64 src, GrayF64 dst, ImageBorder_F64 bsrc) Performs a 2D normalized convolution across the image.static voidConvolveImageMean.horizontal(GrayF64 input, GrayF64 output, int offset, int length, @Nullable ImageBorder_F64 binput) Performs a horizontal 1D mean box filter.static voidConvolveImageNormalized.horizontal(Kernel1D_F64 kernel, GrayF64 src, GrayF64 dst, ImageBorder_F64 bsrc) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageMean.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 voidConvolveImageNormalized.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
Methods in boofcv.alg.filter.convolve.border with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic voidConvolveJustBorder_General_SB.convolve(Kernel2D_F64 kernel, ImageBorder_F64 input, GrayF64 output) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_F64 kernel, ImageBorder_F64 input, GrayF64 output) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_F64 kernel, ImageBorder_F64 input, GrayF64 output) -
Uses of ImageBorder_F64 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic voidConvolveNormalizedNaive_SB.convolve(Kernel2D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_F64 kernel, GrayF64 input, GrayF64 output, ImageBorder_F64 binput) -
Uses of ImageBorder_F64 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic voidImageMiscOps.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 voidImageMiscOps.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
Methods in boofcv.alg.misc.impl with parameters of type ImageBorder_F64Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static voidImplImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static voidImplImageMiscOps_MT.growBorder(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) static voidImplImageMiscOps.growBorder(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) -
Uses of ImageBorder_F64 in boofcv.core.image
Subclasses of ImageBorder_F64 in boofcv.core.imageMethods in boofcv.core.image that return ImageBorder_F64Constructors in boofcv.core.image with parameters of type ImageBorder_F64 -
Uses of ImageBorder_F64 in boofcv.core.image.border
Methods in boofcv.core.image.border that return ImageBorder_F64 -
Uses of ImageBorder_F64 in boofcv.struct.border
Subclasses of ImageBorder_F64 in boofcv.struct.borderModifier and TypeClassDescriptionclassImage border is handled independently along each axis by changing the indexes so that it references a pixel inside the image.