Skip to content

mathphi/IP_PoissonEditing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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