Package | Description |
---|---|
org.openimaj.image.processing.resize |
Modifier and Type | Method and Description |
---|---|
static ResizeProcessor.Mode |
ResizeProcessor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeProcessor.Mode[] |
ResizeProcessor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResizeProcessor(ResizeProcessor.Mode mode)
Constructor that takes the resize mode.
|