Package boofcv.core.image
Class FactoryGImageMultiBand.GSingleToMB
java.lang.Object
boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
- All Implemented Interfaces:
GImageMultiBand
- Enclosing class:
- FactoryGImageMultiBand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
get
(int x, int y, float[] value) get
(int x, int y, int band) float
getF
(int index) void
getF
(int index, float[] value) int
<T extends ImageBase<T>>
TgetImage()
int
getIndex
(int x, int y) int
int
int
getWidth()
void
set
(int x, int y, float[] value) void
setF
(int index, float[] value) void
-
Constructor Details
-
GSingleToMB
-
-
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
-
set
public void set(int x, int y, float[] value) - Specified by:
set
in interfaceGImageMultiBand
-
get
public void get(int x, int y, float[] value) - Specified by:
get
in interfaceGImageMultiBand
-
get
- Specified by:
get
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
-
getImage
- Specified by:
getImage
in interfaceGImageMultiBand
-