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