centralelyon / ntt

http://ntt.readthedocs.io/
1 stars 1 forks source link

9 calculate images overlays #10

Closed faroukmiled closed 1 year ago

faroukmiled commented 1 year ago

I added a function to overlay two images (https://github.com/centralelyon/ntt/blob/9-calculate-images-overlays/src/ntt/frames/overlay_two_images.py)

I added an example and a test (checking if the two input frames have the same shape).

https://github.com/centralelyon/ntt/blob/9-calculate-images-overlays/examples/ex_overlay_images.py https://github.com/centralelyon/ntt/blob/9-calculate-images-overlays/tests/test_overlay_images.py

Tests passed successfully

faroukmiled commented 1 year ago

@romsson I made a pull request. Can you check it before committing to main?

faroukmiled commented 1 year ago

I have rebased this branch and added its changes on top of main changes. No conflicts occurred. @romsson can you check before committing to main?