Package boofcv.struct.border
Class ImageBorder_S32<T extends GrayI<T>>
java.lang.Object
boofcv.struct.border.ImageBorder<T>
boofcv.struct.border.ImageBorder_S32<T>
- Direct Known Subclasses:
ImageBorder1D_S32,ImageBorderValue.Value_I,ImageBorderWrapped.S32
Child of
ImageBorder for GrayI.-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintget(int x, int y) voidgetGeneral(int x, int y, double[] pixel) abstract intgetOutside(int x, int y) voidset(int x, int y, int value) voidsetGeneral(int x, int y, double[] pixel) abstract voidsetOutside(int x, int y, int value) Methods inherited from class boofcv.struct.border.ImageBorder
copy, getImage, setImage
-
Constructor Details
-
ImageBorder_S32
-
ImageBorder_S32
protected ImageBorder_S32()
-
-
Method Details
-
get
public int get(int x, int y) -
getOutside
public abstract int getOutside(int x, int y) -
set
public void set(int x, int y, int value) -
getGeneral
public void getGeneral(int x, int y, double[] pixel) - Specified by:
getGeneralin classImageBorder<T extends GrayI<T>>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneralin classImageBorder<T extends GrayI<T>>
-
setOutside
public abstract void setOutside(int x, int y, int value)
-