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
FieldsModifier and TypeFieldDescriptionintSpecifies where the image starts inside the larger imageintSpecifies where the image starts inside the larger imageFields 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 value) Methods inherited from class boofcv.struct.border.ImageBorder_F32
get, getGeneral, set, setGeneralMethods 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:
getOutsidein classImageBorder_F32
-
setOutside
public void setOutside(int x, int y, float value) - Specified by:
setOutsidein classImageBorder_F32
-
copy
- Specified by:
copyin classImageBorder<GrayF32>
-