This is a simple mini project in which two images are blended together with a trackbar in python using the OpenCV library
Requirement:
* OpenCV (recent version)
If not installed already, please install the OpenCV library before running the code file
About:
A function named main is created and both the images are read using python's OpenCV library.
A window named "Trackbar Blending" is created to visualize the output. The trackbar is also present in this same window.
The output window can be closed by pressing any keyboard button.
Submitted by Siva Sankar U (cvakapoor)
Download packets of source code on Coders Packet
Comments