An open API service indexing awesome lists of open source software.

https://github.com/blueskyson/image-blending-opencv

A simple example of blending 2 images with OpenCV
https://github.com/blueskyson/image-blending-opencv

image-blending image-processing opencv python

Last synced: about 2 months ago
JSON representation

A simple example of blending 2 images with OpenCV

Awesome Lists containing this project

README

          

# image-blending-opencv

A simple example of blending 2 images.

To execute: run `python main.py`.

To exit: press `ESC`.

![](./demo.gif)

---

A simple example that shows effects of alpha, beta, gamma.

To execute: run `python main2.py`.

To exit: press `ESC`.

![](./demo2.png)