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
- Host: GitHub
- URL: https://github.com/blueskyson/image-blending-opencv
- Owner: blueskyson
- Created: 2021-12-24T17:02:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T05:22:34.000Z (over 3 years ago)
- Last Synced: 2025-04-03T09:23:37.794Z (about 1 year ago)
- Topics: image-blending, image-processing, opencv, python
- Language: Python
- Homepage:
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.

---
A simple example that shows effects of alpha, beta, gamma.
To execute: run `python main2.py`.
To exit: press `ESC`.
