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
-
Method Summary
Modifier and TypeMethodDescriptionint
get
(int x, int y) void
getGeneral
(int x, int y, double[] pixel) abstract int
getOutside
(int x, int y) void
set
(int x, int y, int value) void
setGeneral
(int x, int y, double[] pixel) abstract void
setOutside
(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:
getGeneral
in classImageBorder<T extends GrayI<T>>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel) - Specified by:
setGeneral
in classImageBorder<T extends GrayI<T>>
-
setOutside
public abstract void setOutside(int x, int y, int value)
-