PBrockmann / StripesCounter

A PyQt Matplotlib python application to detect automatically peaks from multiple profile segments, modify extracted peaks and count stripes from microscopic images.
MIT License
3 stars 1 forks source link

memory problem with large images #10

Closed PBrockmann closed 1 month ago

PBrockmann commented 1 month ago

The actual design of the application allows to open images 5000x5000. With bigger images 250000x250000, the application is not usable: memory problem or too slow.

Looking for optimisation.

PBrockmann commented 1 month ago

Solved by the release v12.30 and subsampling mechanism.