https://github.com/airlab-unibas/airlab/blob/1b92e99c8a0761569586e5a572f88ec19a3ae404/airlab/utils/image.py#L317 Is it possible to turn the iterator returned by this function into a generator to perhaps save some memory, curious on your thoughts. Awesome package!
airlab/airlab/utils/image.py
Line 317 in 1b92e99
Is it possible to turn the iterator returned by this function into a generator to perhaps save some memory, curious on your thoughts. Awesome package!