airlab-unibas / airlab

Image registration laboratory for 2D and 3D image data
Apache License 2.0
408 stars 92 forks source link

Create Pyramids Generator #29

Open jlevy44 opened 4 years ago

jlevy44 commented 4 years ago

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!

RobinSandkuehler commented 4 years ago

Hi, that is a great idea. Thanks