Package boofcv.core.image
Class FactoryGImageMultiBand.GSingleToMB
java.lang.Object
boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
- All Implemented Interfaces:
GImageMultiBand
- Enclosing class:
- FactoryGImageMultiBand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidget(int x, int y, float[] value) get(int x, int y, int band) floatgetF(int index) voidgetF(int index, float[] value) int<T extends ImageBase<T>>
TgetImage()intgetIndex(int x, int y) intintintgetWidth()voidset(int x, int y, float[] value) voidsetF(int index, float[] value) void
-
Constructor Details
-
GSingleToMB
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceGImageMultiBand
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceGImageMultiBand
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceGImageMultiBand
-
getNumberOfBands
public int getNumberOfBands()- Specified by:
getNumberOfBandsin interfaceGImageMultiBand
-
getPixelStride
public int getPixelStride()- Specified by:
getPixelStridein interfaceGImageMultiBand
-
getIndex
public int getIndex(int x, int y) - Specified by:
getIndexin interfaceGImageMultiBand
-
set
public void set(int x, int y, float[] value) - Specified by:
setin interfaceGImageMultiBand
-
get
public void get(int x, int y, float[] value) - Specified by:
getin interfaceGImageMultiBand
-
get
- Specified by:
getin 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
-
getImage
- Specified by:
getImagein interfaceGImageMultiBand
-