Uses of Class
boofcv.struct.border.ImageBorder_S64
-
Uses of ImageBorder_S64 in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) Copies a rectangular region from one image into another.static void
ImageMiscOps.growBorder
(GrayS64 src, ImageBorder_S64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS64 dst) Creates a new image which is a copy of the src image but extended with border pixels. -
Uses of ImageBorder_S64 in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) static void
ImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) static void
ImplImageMiscOps_MT.growBorder
(GrayS64 src, ImageBorder_S64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS64 dst) static void
ImplImageMiscOps.growBorder
(GrayS64 src, ImageBorder_S64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS64 dst) -
Uses of ImageBorder_S64 in boofcv.core.image
-
Uses of ImageBorder_S64 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.