eda_plugin.analysers.image.ImageAnalyserWorker
- class eda_plugin.analysers.image.ImageAnalyserWorker(*args: Any, **kwargs: Any)
Bases:
QRunnableWorker to be executed in the threadpool of the ImageAnalyser.
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.