Package boofcv.core.image
Class ImageBorderValue.Value_IL_F64
java.lang.Object
boofcv.struct.border.ImageBorder<InterleavedF64>
boofcv.struct.border.ImageBorder_IL_F64
boofcv.core.image.ImageBorderValue.Value_IL_F64
- 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, double[] pixel) void
setOutside
(int x, int y, double[] pixel) Methods inherited from class boofcv.struct.border.ImageBorder_IL_F64
get, getGeneral, set, setGeneral
Methods inherited from class boofcv.struct.border.ImageBorder
getImage, setImage
-
Field Details
-
value
public double value
-
-
Constructor Details
-
Value_IL_F64
-
Value_IL_F64
public Value_IL_F64(double value)
-
-
Method Details
-
getOutside
public void getOutside(int x, int y, double[] pixel) - Specified by:
getOutside
in classImageBorder_IL_F64
-
setOutside
public void setOutside(int x, int y, double[] pixel) - Specified by:
setOutside
in classImageBorder_IL_F64
-
copy
- Specified by:
copy
in classImageBorder<InterleavedF64>
-