Package boofcv.alg.border
Class GrowBorderSB.SB_F64
java.lang.Object
boofcv.alg.border.GrowBorderSB.SB_F64
- All Implemented Interfaces:
GrowBorder<GrayF64,,double[]> GrowBorderSB<GrayF64,double[]>
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgrowCol(int x, int borderLower, int borderUpper, double[] output, int offset) voidgrowRow(int y, int borderLower, int borderUpper, double[] output, int offset) voidsetBorder(ImageBorder<GrayF64> border) void
-
Constructor Details
-
SB_F64
public SB_F64()
-
-
Method Details
-
setBorder
- Specified by:
setBorderin interfaceGrowBorder<GrayF64,double[]>
-
setImage
- Specified by:
setImagein interfaceGrowBorder<GrayF64,double[]>
-
getImageType
- Specified by:
getImageTypein interfaceGrowBorder<GrayF64,double[]>
-
growRow
public void growRow(int y, int borderLower, int borderUpper, double[] output, int offset) - Specified by:
growRowin interfaceGrowBorder<GrayF64,double[]>
-
growCol
public void growCol(int x, int borderLower, int borderUpper, double[] output, int offset) - Specified by:
growColin interfaceGrowBorder<GrayF64,double[]>
-