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