Python代写|ASSIGNMENT 2 — Poisson Image Editing

本次英国代写是一个Python图像编辑的assignment

In this coursework, we will be learning about image editing focusing on cloning,
gradient based editing, etc. The coursework is based on the following paper
“Poisson image editing”, P. Pérez, M. Gangnet, and A. Blake, Siggraph 2003.

Select a grayscale image. Mark out a region using a polygon (you can use rpoly).

Remove the selected region and fill it in using Equation (2) in the paper. You are
solving for unknown intensity values inside the region R. Test the method in
smooth regions and also in regions with edges (high-frequency). Also report the
behavior as the size of the selected region increases.

Now we are ready to try ‘seamless cloning’. The relevant Equations are (9) to
(11). Perform both versions (a) importing gradients and (b) mixing gradients.

Select images you like to edit and show interesting effects.

Repeat task 2a for color images. You have to process R, G, B components
separately.

Implement only one of the selection editing effects described in Section
4 of the paper. You can decide between: texture flattening, local illumination
changes, local colour changes or seamless tiling.