boofcv.core.image
Interface GImageMultiBand
-
- All Known Implementing Classes:
- FactoryGImageMultiBand.Border_IL_F32, FactoryGImageMultiBand.Border_IL_F64, FactoryGImageMultiBand.Border_IL_S32, FactoryGImageMultiBand.GMultiBorder, FactoryGImageMultiBand.GSingleToMB, FactoryGImageMultiBand.IL, FactoryGImageMultiBand.IL_F32, FactoryGImageMultiBand.IL_F64, FactoryGImageMultiBand.IL_S16, FactoryGImageMultiBand.IL_S32, FactoryGImageMultiBand.IL_S64, FactoryGImageMultiBand.IL_S8, FactoryGImageMultiBand.IL_U16, FactoryGImageMultiBand.IL_U8, FactoryGImageMultiBand.PL
public interface GImageMultiBandGeneralized interface for working with multi-band images
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidget(int x, int y, float[] value)floatgetF(int index)voidgetF(int index, float[] value)intgetHeight()<T extends ImageBase>
TgetImage()intgetNumberOfBands()intgetWidth()voidset(int x, int y, float[] value)voidsetF(int index, float[] value)voidwrap(ImageBase image)
-
-
-
Method Detail
-
wrap
void wrap(ImageBase image)
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getNumberOfBands
int getNumberOfBands()
-
set
void set(int x, int y, float[] value)
-
get
void get(int x, int y, float[] value)
-
setF
void setF(int index, float[] value)
-
getF
void getF(int index, float[] value)
-
getF
float getF(int index)
-
getImage
<T extends ImageBase> T getImage()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG