| Package | Description |
|---|---|
| org.datavec.image.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
CropImageTransform
Crops images deterministically or randomly.
|
class |
FilterImageTransform
Filters images using FFmpeg (libavfilter):
FFmpeg Filters Documentation.
|
class |
FlipImageTransform
Flips images deterministically or randomly.
|
class |
MultiImageTransform
Transforms images deterministically or randomly with the help of an array of ImageTransform.
|
class |
ScaleImageTransform
Scales images deterministically or randomly.
|
class |
ShowImageTransform
Shows images on the screen, does not actually transform them.
|
class |
WarpImageTransform
Warps the perspective of images deterministically or randomly.
|
Copyright © 2016. All rights reserved.