Package | Description |
---|---|
org.datavec.image.transform |
Modifier and Type | Class and Description |
---|---|
class |
BoxImageTransform
Boxes images to a given width and height without changing their aspect ratios,
or the size of the objects, by either padding or cropping them from the center.
|
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 |
LargestBlobCropTransform
crop images based on it's largest blob.
|
class |
MultiImageTransform
Transforms images deterministically or randomly with the help of an array of ImageTransform
|
class |
PipelineImageTransform
Allows creation of image transform pipelines, either sequentially or randomly.
|
class |
RandomCropTransform
Randomly crops an image to a desired output size.
|
class |
ResizeImageTransform
ResizeImageTransform is suited to force the same image size for whole pipeline
and it doesn't use any random factor for width and height.
|
class |
RotateImageTransform
Rotates and scales images deterministically or randomly.
|
class |
ScaleImageTransform
ScaleImageTransform is aim to scale by a certain random factor,
not the final size of the image.
|
class |
ShowImageTransform
Shows images on the screen, does not actually transform them.
|
class |
WarpImageTransform
Warps the perspective of images deterministically or randomly.
|
Copyright © 2020. All rights reserved.