ImageProcessing.ArtemBurashnikov 1.0.0


ProcessorAndSaver Type

Represents an image processing and saving agent.

Constructors

Constructor Description

ProcessorAndSaver(id, transformation, outDir, logger)

Full Usage: ProcessorAndSaver(id, transformation, outDir, logger)

Parameters:
Returns: ProcessorAndSaver
id : int
transformation : Image -> Image
outDir : string
logger : Logger
Returns: ProcessorAndSaver

Instance members

Instance member Description

this.ProcessAndSave

Full Usage: this.ProcessAndSave

Parameters:
    img : Image - The image to process and save.

Posts an image for processing and saving by the agent.

img : Image

The image to process and save.

this.Start

Full Usage: this.Start

Starts the agent for processing and saving images.

this.Stop

Full Usage: this.Stop

Stops the agent gracefully.