/laplacian-blending

Using laplacian blending to blend two image seamlessly

Primary LanguageC++MIT LicenseMIT

laplacian-blending

Using laplacian blending to blend two image seamlessly

This program can be used to blend two images seamlessly using OpenCV.

Compile

g++ laplacian-blending.cpp -o main pkg-config --cflags --libs opencv -std=c++11

Usage

./main

Results

Input images #1 Apple
alt text

Input images #2 Orange
alt text

Output Image
alt text