From: MBALOVER on
Hi all,

I need to solve a 2D poisson equation for an image in MATLAB .

Assume that I need to determine an image Im with size MxN.

I can estimate its laplace F (size MxN). How to use MATLAB to
reconstruct Im.

In MATLAB I see there is a function u=poisolv(b,p,e,t,f). Could you
tell me how to pass the parameters b, p, e and t for the function in
the case u is an image?

Thanks.