Interface | Description |
---|---|
ImageTransform |
Transforms an image in some way, either deterministically or randomly.
|
Class | Description |
---|---|
BaseImageTransform<F> |
Implements the ImageTransform interface by providing its subclasses
with a random object to use in the case of random transformations.
|
ColorConversionTransform |
Color conversion transform using CVT (cvtcolor):
CVT Color.
|
CropImageTransform |
Crops images deterministically or randomly.
|
EqualizeHistTransform |
"Histogram Equalization equalizes the intensity distribution of an image or flattens the intensity distribution curve.
|
FilterImageTransform |
Filters images using FFmpeg (libavfilter):
FFmpeg Filters Documentation.
|
FlipImageTransform |
Flips images deterministically or randomly.
|
MultiImageTransform |
Transforms images deterministically or randomly with the help of an array of ImageTransform.
|
ResizeImageTransform |
Resize image transform is suited to force the same image size for whole pipeline.
|
ResizeImageTransformTest |
Tests for ResizeImage
|
RotateImageTransform |
Rotates and scales images deterministically or randomly.
|
ScaleImageTransform |
Scales images deterministically or randomly.
|
ShowImageTransform |
Shows images on the screen, does not actually transform them.
|
TestImageTransform | |
WarpImageTransform |
Warps the perspective of images deterministically or randomly.
|