2vin / laplacian-blending

Using laplacian blending to blend two image seamlessly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Using laplacian blending to blend two image seamlessly

License:MIT License


Languages

Language:C++ 100.0%