| Package | Description |
|---|---|
| org.datavec.image.loader |
| Modifier and Type | Field and Description |
|---|---|
protected NativeImageLoader.MultiPageMode |
BaseImageLoader.multiPageMode |
| Modifier and Type | Method and Description |
|---|---|
static NativeImageLoader.MultiPageMode |
NativeImageLoader.MultiPageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeImageLoader.MultiPageMode[] |
NativeImageLoader.MultiPageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NativeImageLoader(int height,
int width,
int channels,
NativeImageLoader.MultiPageMode mode)
Instantiate an image with the given
height and width
|
Copyright © 2018. All rights reserved.