Package boofcv.core.image
Class FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder>
java.lang.Object
boofcv.core.image.FactoryGImageMultiBand.GMultiBorder<T>
- All Implemented Interfaces:
GImageMultiBand
- Direct Known Subclasses:
FactoryGImageMultiBand.Border_IL_F32
,FactoryGImageMultiBand.Border_IL_F64
,FactoryGImageMultiBand.Border_IL_S32
- Enclosing class:
- FactoryGImageMultiBand
public abstract static class FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder>
extends Object
implements GImageMultiBand
-
Field Details
-
image
-
-
Constructor Details
-
GMultiBorder
-
-
Method Details
-
wrap
- Specified by:
wrap
in interfaceGImageMultiBand
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceGImageMultiBand
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceGImageMultiBand
-
getImage
- Specified by:
getImage
in interfaceGImageMultiBand
-
getPixelStride
public int getPixelStride()- Specified by:
getPixelStride
in interfaceGImageMultiBand
-
getIndex
public int getIndex(int x, int y) - Specified by:
getIndex
in interfaceGImageMultiBand
-
setF
public void setF(int index, float[] value) - Specified by:
setF
in interfaceGImageMultiBand
-
getF
public void getF(int index, float[] value) - Specified by:
getF
in interfaceGImageMultiBand
-
getF
public float getF(int index) - Specified by:
getF
in interfaceGImageMultiBand
-