Package boofcv.core.image
Class ImageBorderWrapped.F32
java.lang.Object
boofcv.struct.border.ImageBorder<GrayF32>
boofcv.struct.border.ImageBorder_F32
boofcv.core.image.ImageBorderWrapped.F32
- Enclosing class:
- ImageBorderWrapped
public static class ImageBorderWrapped.F32 extends ImageBorder_F32
-
Field Summary
Fields Modifier and Type Field Description GrayF32
borderImage
int
offsetX
Specifies where the image starts inside the larger imageint
offsetY
Specifies where the image starts inside the larger imageFields inherited from class boofcv.struct.border.ImageBorder
image
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ImageBorder<GrayF32>
copy()
float
getOutside(int x, int y)
void
setOutside(int x, int y, float value)
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
-
offsetX
public int offsetXSpecifies where the image starts inside the larger image -
offsetY
public int offsetYSpecifies where the image starts inside the larger image -
borderImage
-
-
Constructor Details
-
F32
-
F32
public F32()
-
-
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 value)- Specified by:
setOutside
in classImageBorder_F32
-
copy
- Specified by:
copy
in classImageBorder<GrayF32>
-