Provides functions for processing a sequence of image files using different run strategies.
Function or value | Description |
Full Usage:
listAllFiles dir
Parameters:
string
-
The directory path.
Returns: string[]
A sequence of file paths.
|
|
Full Usage:
processAllFiles runStrategy threads files outDir transformations
Parameters:
RunStrategy
-
The run strategy to use.
threads : uint
-
The number of threads or agents to use for processing.
files : string seq
-
The sequence of image file paths to process.
outDir : string
-
The output directory for saving processed images.
transformations : Transformation list
-
The image transformations to apply.
|
|