eda_plugin.analysers.image.ImageAnalyserWorker

class eda_plugin.analysers.image.ImageAnalyserWorker(*args: Any, **kwargs: Any)

Bases: QRunnable

Worker to be executed in the threadpool of the ImageAnalyser.

__init__(local_images: numpy.ndarray, timepoint: int, start_time: int)

Initialise worker.

Methods

__init__(local_images, timepoint, start_time)

Initialise worker.

extract_decision_parameter(network_output)

Return the a value of the ndarray.

run()

Get the first pixel value of the passed images and return.

extract_decision_parameter(network_output: numpy.ndarray)

Return the a value of the ndarray.

run()

Get the first pixel value of the passed images and return.