ImageProcessing.ArtemBurashnikov 1.0.0


Saver Type

Represents an agent responsible for saving images.

Constructors

Constructor Description

Saver(id, outDir, logger)

Full Usage: Saver(id, outDir, logger)

Parameters:
    id : int
    outDir : string
    logger : Logger

Returns: Saver
id : int
outDir : string
logger : Logger
Returns: Saver

Instance members

Instance member Description

this.Save

Full Usage: this.Save

Parameters:
    img : Image - The image to save.

Posts an image to be saved by the agent.

img : Image

The image to save.

this.Start

Full Usage: this.Start

Starts the image-saving agent.

this.Stop

Full Usage: this.Stop

Stops the image-saving agent gracefully.