Package boofcv.alg.border
Interface GrowBorder<T extends ImageBase<T>,PixelArray>
- All Known Subinterfaces:
GrowBorderSB<T,
PixelArray>
- All Known Implementing Classes:
GrowBorderSB.SB_F32
,GrowBorderSB.SB_F64
,GrowBorderSB.SB_I_S32
,GrowBorderSB.SB_I16
,GrowBorderSB.SB_I8
,GrowBorderSB.SB_S32
,GrowBorderSB.SB_S64
public interface GrowBorder<T extends ImageBase<T>,PixelArray>
Interface for creating a copy of an image with a border added to it. Functions are provided for
growing just a single row and column. For an entire image see
ImageMiscOps
-
Method Summary
Modifier and TypeMethodDescriptionvoid
growCol
(int x, int borderLower, int borderUpper, PixelArray output, int offset) void
growRow
(int y, int borderLower, int borderUpper, PixelArray output, int offset) void
setBorder
(ImageBorder<T> border) void
-
Method Details
-
setBorder
-
setImage
-
growRow
-
growCol
-
getImageType
-