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
FieldsFields inherited from class boofcv.struct.border.ImageBorder
image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()floatgetOutside(int x, int y) voidsetOutside(int x, int y, float val) Methods inherited from class boofcv.struct.border.ImageBorder_F32
get, getGeneral, set, setGeneralMethods 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:
getOutsidein classImageBorder_F32
-
setOutside
public void setOutside(int x, int y, float val) - Specified by:
setOutsidein classImageBorder_F32
-
copy
- Specified by:
copyin classImageBorder<GrayF32>
-