| AbstractOpenCVTransformer |
Abstract base class for OpenCV transformations.
|
| AbstractScript |
Ancestor for OpenCV transformer scripts.
|
| AbstractScriptedTransformer |
Abstract ancestor for transformers that execute external scripts.
|
| Blur |
Blurs the image using the normalized box filter.
For more information see:
https://docs.opencv.org/4.6.0/d4/d86/group__imgproc__filter.html#ga8c45db9afe636703801b0b2e440fce37
|
| ConvertType |
Converts the image according to the conversion code.
|
| GaussianBlur |
Applies Gaussian blur to the image.
For more information see:
https://docs.opencv.org/4.6.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1
|
| MultiTransformer |
Applies the specified OpenCV transformers one after the other.
|
| PassThrough |
A dummy transform that just passes the image through.
|
| Resize |
Resizes the image, either using absolute width/height or factors for x/y.
|
| Scripted |
An image transformer that uses any scripting handler for processing the data with a script located in the specified file.
|
| SplitChannels |
| Threshold |
Generates a binary image using the specified image.
|