eda_plugin.analysers.image

Basic analyser implementation for images.

This basic analyser is set up to receive images from the EventBus, analyse them using basic image analysis functions and send a decision parameter back to the EventBus to be handed on to an interpreter.

Classes

ImageAnalyser(*args, **kwargs)

Basic image analyser.

ImageAnalyserWorker(*args, **kwargs)

Worker to be executed in the threadpool of the ImageAnalyser.

PycroImageAnalyser(*args, **kwargs)