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