Type | Description |
Function or value | Description |
Full Usage:
processImages inputPath outputPath processingUnit imageEditorsList agentsSupport
Parameters:
string
-
The path where the input images are located
outputPath : string
-
The path where the processed images will be saved
processingUnit : ProcessingUnits
-
The GPU platform to be used for processing
imageEditorsList : Transformations list
-
A list of functions to be applied to the images
agentsSupport : AgentsSupport
-
Specifies the level of agent support
|
|
Full Usage:
transformationsParserCPU transformation
Parameters:
Transformations
-
The transformation type to apply
Returns: MyImage -> MyImage
A CPU-based transformation function corresponding to the specified transformation type
|
|
Full Usage:
transformationsParserGPU clContext localWorkSize
Parameters:
ClContext
-
The OpenCL context for GPU processing
localWorkSize : int
-
The local work size for GPU computation
Returns: Transformations -> MyImage -> MyImage
A function that takes a transformation type and returns the corresponding GPU
kernel function for applying the specified transformation
|
|