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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.core.image.GImageMultiBand
get, get, getNumberOfBands, set
-
Field Details
-
image
-
-
Constructor Details
-
GMultiBorder
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceGImageMultiBand
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceGImageMultiBand
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceGImageMultiBand
-
getImage
- Specified by:
getImagein interfaceGImageMultiBand
-
getPixelStride
public int getPixelStride()- Specified by:
getPixelStridein interfaceGImageMultiBand
-
getIndex
public int getIndex(int x, int y) - Specified by:
getIndexin interfaceGImageMultiBand
-
setF
public void setF(int index, float[] value) - Specified by:
setFin interfaceGImageMultiBand
-
getF
public void getF(int index, float[] value) - Specified by:
getFin interfaceGImageMultiBand
-
getF
public float getF(int index) - Specified by:
getFin interfaceGImageMultiBand
-