I'm following this paper to create my own version of Poisson image editing. However, I don't quite understand what equation 1 and 2 are asking me.
The simplest interpolant $f$ of $f^*$ over $\Omega$ is the membrane interpolant defined as the solution of the minimization problem: $$\underset{f}{\text{min}}\iint_\Omega\left|\nabla f\right|^2\ \text{with}\ f|_{\partial\Omega}=f^*|_{\partial\Omega},\tag1$$ where $\nabla.=[\frac{\partial.}{\partial x}\frac{\partial.}{\partial y}]$ is the gradient operator. The minimizer must satisfy the associated Euler-Lagrange equation $$\Delta f=0\ \text{over}\ \Omega\ \text{with}\ f|_{\partial\Omega}=f^*|_{\partial\Omega},\tag2$$ where $\Delta.=\frac{\partial^2.}{\partial x^2}+\frac{\partial^2.}{\partial y^2}$ is the Laplacian operator. [...]
Poisson Image Editing by Pérez, Gangnet, Blake from Microsoft Research UK. http://www.irisa.fr/vista/Papers/2003_siggraph_perez.pdf