Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.37 KB

File metadata and controls

27 lines (20 loc) · 1.37 KB

Image Processing Project - Poisson Image Editing

Image composition (collage) with Poisson blending.

NOTE: This repository uses the Eigen project as a submodule. To clone the project with its submodules, use:

git clone --recurse-submodules https://github.com/mathphi/IP_PoissonEditing.git

Poisson Image Blending - Capture

Description

  • Manually compose pieces from several images
  • Automatically blend these pieces and produce an output image

Technologies

  • Define regions of interest in each input image that need to appear in the final result
  • Poisson blending, Edge detection/segmentation starting from several color images

Bonus targets

  • Implement an intuitive GUI that lets users combine images in interesting ways.
  • Explore video editing (only a few frames)

References