Package boofcv.core.image
Class FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>>
java.lang.Object
boofcv.core.image.FactoryGImageMultiBand.IL<T>
- All Implemented Interfaces:
GImageMultiBand
- Direct Known Subclasses:
FactoryGImageMultiBand.IL_F32
,FactoryGImageMultiBand.IL_F64
,FactoryGImageMultiBand.IL_S16
,FactoryGImageMultiBand.IL_S32
,FactoryGImageMultiBand.IL_S64
,FactoryGImageMultiBand.IL_S8
,FactoryGImageMultiBand.IL_U16
,FactoryGImageMultiBand.IL_U8
- Enclosing class:
- FactoryGImageMultiBand
public abstract static class FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>>
extends Object
implements GImageMultiBand
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IL
public IL()
-
-
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
-
getNumberOfBands
public int getNumberOfBands()- Specified by:
getNumberOfBands
in interfaceGImageMultiBand
-
getPixelStride
public int getPixelStride()- Specified by:
getPixelStride
in interfaceGImageMultiBand
-
getIndex
public int getIndex(int x, int y) - Specified by:
getIndex
in interfaceGImageMultiBand
-
getImage
- Specified by:
getImage
in interfaceGImageMultiBand
-