| Package | Description |
|---|---|
| org.datavec.image.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorConversionTransform
Color conversion transform using CVT (cvtcolor):
CVT Color.
|
class |
CropImageTransform
Crops images deterministically or randomly.
|
class |
EqualizeHistTransform
"Histogram Equalization equalizes the intensity distribution of an image or flattens the intensity distribution curve.
|
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 |
ResizeImageTransform
Resize image transform is suited to force the same image size for whole pipeline.
|
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.