Package boofcv.alg.border
Class GrowBorderSB.SB_I8<T extends GrayI8<T>>
java.lang.Object
boofcv.alg.border.GrowBorderSB.SB_I_S32<T,byte[]>
boofcv.alg.border.GrowBorderSB.SB_I8<T>
- All Implemented Interfaces:
GrowBorder<T,
,byte[]> GrowBorderSB<T,
byte[]>
- Enclosing interface:
- GrowBorderSB<T extends ImageGray<T>,
PixelArray>
-
Nested Class Summary
Nested classes/interfaces inherited from interface boofcv.alg.border.GrowBorderSB
GrowBorderSB.SB_F32, GrowBorderSB.SB_F64, GrowBorderSB.SB_I_S32<T extends GrayI<T>,
PixelArray>, GrowBorderSB.SB_I16<T extends GrayI16<T>>, GrowBorderSB.SB_I8<T extends GrayI8<T>>, GrowBorderSB.SB_S32, GrowBorderSB.SB_S64 -
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.alg.border.GrowBorderSB.SB_I_S32
getImageType, setBorder, setImage
-
Constructor Details
-
SB_I8
-
-
Method Details
-
growRow
public void growRow(int y, int borderLower, int borderUpper, byte[] output, int offset) -
growCol
public void growCol(int x, int borderLower, int borderUpper, byte[] output, int offset)
-