public class FactoryGImageGray
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryGImageGray.Border_F32 |
static class |
FactoryGImageGray.Border_F64 |
static class |
FactoryGImageGray.Border_I32 |
static class |
FactoryGImageGray.GSingle_F32 |
static class |
FactoryGImageGray.GSingle_F64 |
static class |
FactoryGImageGray.GSingle_I64 |
static class |
FactoryGImageGray.GSingle_S16 |
static class |
FactoryGImageGray.GSingle_S32 |
static class |
FactoryGImageGray.GSingle_S8 |
static class |
FactoryGImageGray.GSingle_U16 |
static class |
FactoryGImageGray.GSingle_U8 |
static class |
FactoryGImageGray.GSingleBase<T extends ImageGray> |
static class |
FactoryGImageGray.GSingleBaseInt<T extends ImageGray> |
static class |
FactoryGImageGray.GSingleBorder<T extends ImageBorder> |
| Constructor and Description |
|---|
FactoryGImageGray() |
| Modifier and Type | Method and Description |
|---|---|
static GImageGray |
create(java.lang.Class imageType) |
static GImageGray |
wrap(ImageBorder image) |
static GImageGray |
wrap(ImageGray image) |
static GImageGray |
wrap(ImageGray image,
GImageGray output) |
public static GImageGray create(java.lang.Class imageType)
public static GImageGray wrap(ImageGray image)
public static GImageGray wrap(ImageGray image, GImageGray output)
public static GImageGray wrap(ImageBorder image)