From: Chenna on
Hi there,

Am trying to solve the same thing. I have image derivatives Gx,Gy and am trying to solve poisson equation using Matlab. Do you have any solution for this?
I really appreciate your help.
Thank you.

MBALOVER <mbalover9(a)gmail.com> wrote in message <ebbb2909-4547-4361-bff2-6424bae0ebce(a)m26g2000yqb.googlegroups.com>...
> 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.