I wrote focusstack, a image simple focus stacking tool, for creating fun images with my microscope. Per Wikipedia: Focus stacking is a digital image processing technique which combines multiple images ...
Python sets recursion depth limit to prevent overflow. No tail-call optimization; tail recursion still consumes stack. Convert deep recursion to iterative approach when possible. Adjust limit ...