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
-
Field Summary
Modifier and TypeFieldDescriptionint
Specifies where the image starts inside the larger imageint
Specifies where the image starts inside the larger imageFields 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 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>
-