Sensenzhl / image_blending

Python Image Blending with Laplace pyramid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image blending using Laplace pyramid

rgb.py - for blending rgb image yuv.py - for blending greyscale or yuv format

Input files should be in .png format

a.png alt text b.png alt text mask.png alt text

result.png alt text

Installation Prerequisites

  • ctypes
  • python(3.+)
  • gcc
  • numpy

About

Python Image Blending with Laplace pyramid

License:MIT License


Languages

Language:Python 96.6%Language:C 3.4%