/Poisson_Editing

Web application of Poisson Blending on Browser

Primary LanguageJavaScript

Poisson Image Blending on browser

Overview

Application of this paper. The demo is here.

screenshot

Detail

Features

  • simple UI like drag ang drop selecting
  • auto image-size formatting

Dependencies

  • hammer.js
  • tingle.js

Thanks

This code was written in reference to https://takuti.me/note/poisson-image-blending .
Thank the Author for the nice program and the article.

Usage

  1. select images

    • left: base image
    • middle: an image you want to blend with the base image
    • right: mixed result image
  2. On the middle image, select blended area and click. You can adjust a position.

  3. blend

    • import: suited for images like faces etc.
    • mix: suited for non-edge images like sky, characters etc.