Package boofcv.alg.border
Class GrowBorderSB.SB_F32
java.lang.Object
boofcv.alg.border.GrowBorderSB.SB_F32
- All Implemented Interfaces:
GrowBorder<GrayF32,
,float[]> GrowBorderSB<GrayF32,
float[]>
- 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
Modifier and TypeMethodDescriptionvoid
growCol
(int x, int borderLower, int borderUpper, float[] output, int offset) void
growRow
(int y, int borderLower, int borderUpper, float[] output, int offset) void
setBorder
(ImageBorder<GrayF32> border) void
-
Constructor Details
-
SB_F32
public SB_F32()
-
-
Method Details
-
setBorder
- Specified by:
setBorder
in interfaceGrowBorder<GrayF32,
float[]>
-
setImage
- Specified by:
setImage
in interfaceGrowBorder<GrayF32,
float[]>
-
getImageType
- Specified by:
getImageType
in interfaceGrowBorder<GrayF32,
float[]>
-
growRow
public void growRow(int y, int borderLower, int borderUpper, float[] output, int offset) - Specified by:
growRow
in interfaceGrowBorder<GrayF32,
float[]>
-
growCol
public void growCol(int x, int borderLower, int borderUpper, float[] output, int offset) - Specified by:
growCol
in interfaceGrowBorder<GrayF32,
float[]>
-