adamvallance / cellUview

cellUview is alternative software that runs on an OpenFlexure 3D-printed microscope. Images are enhanced in real-time by changing exposure, contrast, edge enhancement, dilation, contrast and k-means clustering.
https://adamvallance.github.io/cellUview/
GNU General Public License v3.0
6 stars 0 forks source link

Run image processor blocks in separate threads. #46

Open Mark-Main opened 1 year ago

Mark-Main commented 1 year ago

Functionality is quite slow on the pi when trying to do different image processing. Need to add threading to increase speed.

mlsalloum commented 1 year ago

Pi slow functionality was caused by running through remote desktop. Latency now fine with only significant lags noticed during k-means clustering with high cluster count.

Add this in following release.