Package boofcv.core.image
Class ImageBorderValue.Value_I
java.lang.Object
boofcv.struct.border.ImageBorder<T>
boofcv.struct.border.ImageBorder_S32
boofcv.core.image.ImageBorderValue.Value_I
- Enclosing class:
- ImageBorderValue
-
Field Summary
Fields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
int
getOutside
(int x, int y) void
setOutside
(int x, int y, int value) Methods inherited from class boofcv.struct.border.ImageBorder_S32
get, getGeneral, set, setGeneral
Methods inherited from class boofcv.struct.border.ImageBorder
getImage, setImage
-
Field Details
-
value
public int value
-
-
Constructor Details
-
Value_I
-
Value_I
public Value_I(int value)
-
-
Method Details
-
getOutside
public int getOutside(int x, int y) - Specified by:
getOutside
in classImageBorder_S32
-
setOutside
public void setOutside(int x, int y, int value) - Specified by:
setOutside
in classImageBorder_S32
-
copy
- Specified by:
copy
in classImageBorder
-