ImageProcessing.ArtemBurashnikov 1.0.0


CPU Module

Contains functions for applying image transformations using CPU resources.

Functions and values

Function or value Description

applyTransform threads parameter img

Full Usage: applyTransform threads parameter img

Parameters:
    threads : int - The number of CPU threads to use.
    parameter : EditType - The type of transformation to apply.
    img : Image - The input image.

Returns: Image The transformed image.

Applies a given image transformation using CPU resources.

threads : int

The number of CPU threads to use.

parameter : EditType

The type of transformation to apply.

img : Image

The input image.

Returns: Image

The transformed image.