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