ImageProcessing.ArtemBurashnikov 1.0.0


Processor Type

Represents an agent responsible for processing images and using an image saver.

Constructors

Constructor Description

Processor(id, transformation, imgSaver, logger)

Full Usage: Processor(id, transformation, imgSaver, logger)

Parameters:
Returns: Processor
id : int
transformation : Image -> Image
imgSaver : Saver
logger : Logger
Returns: Processor

Instance members

Instance member Description

this.Process

Full Usage: this.Process

Parameters:
    img : Image - The image to process.

Posts an image to be processed by the agent.

img : Image

The image to process.

this.Start

Full Usage: this.Start

Starts the image processing agent.

this.Stop

Full Usage: this.Stop

Stops the image processing agent gracefully.