public class FactoryGImageMultiBand
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryGImageMultiBand.Border_IL_F32 |
static class |
FactoryGImageMultiBand.Border_IL_F64 |
static class |
FactoryGImageMultiBand.Border_IL_S32 |
static class |
FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder> |
static class |
FactoryGImageMultiBand.GSingleToMB |
static class |
FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>> |
static class |
FactoryGImageMultiBand.IL_F32 |
static class |
FactoryGImageMultiBand.IL_F64 |
static class |
FactoryGImageMultiBand.IL_S16 |
static class |
FactoryGImageMultiBand.IL_S32 |
static class |
FactoryGImageMultiBand.IL_S64 |
static class |
FactoryGImageMultiBand.IL_S8 |
static class |
FactoryGImageMultiBand.IL_U16 |
static class |
FactoryGImageMultiBand.IL_U8 |
static class |
FactoryGImageMultiBand.PL |
| Constructor and Description |
|---|
FactoryGImageMultiBand() |
| Modifier and Type | Method and Description |
|---|---|
static GImageMultiBand |
create(ImageType imageType) |
static GImageMultiBand |
wrap(ImageBase image) |
static GImageMultiBand |
wrap(ImageBorder image) |
static GImageMultiBand |
wrap(ImageGray image) |
static GImageMultiBand |
wrap(ImageInterleaved image) |
static GImageMultiBand |
wrap(Planar image) |
public static GImageMultiBand wrap(ImageBase image)
public static GImageMultiBand wrap(ImageGray image)
public static GImageMultiBand create(ImageType imageType)
public static GImageMultiBand wrap(Planar image)
public static GImageMultiBand wrap(ImageInterleaved image)
public static GImageMultiBand wrap(ImageBorder image)