/image_blending

Python Image Blending with Laplace pyramid

Primary LanguagePythonMIT LicenseMIT

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