boofcv.core.image.border
Class ImageBorder_IL_F64
- java.lang.Object
-
- boofcv.core.image.border.ImageBorder<InterleavedF64>
-
- boofcv.core.image.border.ImageBorder_IL_F64
-
- Direct Known Subclasses:
- ImageBorder1D_IL_F64, ImageBorderValue.Value_IL_F64
public abstract class ImageBorder_IL_F64 extends ImageBorder<InterleavedF64>
Child ofImageBorderforInterleavedF32.
-
-
Constructor Summary
Constructors Constructor and Description ImageBorder_IL_F64(InterleavedF64 image)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description voidget(int x, int y, double[] pixel)voidgetGeneral(int x, int y, double[] pixel)abstract voidgetOutside(int x, int y, double[] pixel)voidset(int x, int y, double[] pixel)voidsetGeneral(int x, int y, double[] pixel)abstract voidsetOutside(int x, int y, double[] pixel)-
Methods inherited from class boofcv.core.image.border.ImageBorder
getImage, setImage
-
-
-
-
Constructor Detail
-
ImageBorder_IL_F64
public ImageBorder_IL_F64(InterleavedF64 image)
-
-
Method Detail
-
set
public void set(int x, int y, double[] pixel)
-
get
public void get(int x, int y, double[] pixel)
-
getOutside
public abstract void getOutside(int x, int y, double[] pixel)
-
setOutside
public abstract void setOutside(int x, int y, double[] pixel)
-
getGeneral
public void getGeneral(int x, int y, double[] pixel)- Specified by:
getGeneralin classImageBorder<InterleavedF64>
-
setGeneral
public void setGeneral(int x, int y, double[] pixel)- Specified by:
setGeneralin classImageBorder<InterleavedF64>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG