Solve a part of Total variation model by FFT?

1 view (last 30 days)
I use a Bergman algorithm in TV norm model for denoising and get to this model:
landa0*(c-b0)+landa1*(Dx(b1-vx)+Dy(b1yx-vy))-landa2(Dxx(b2xx-wxx)+Dyy*(b2yy-wyy)+2*Dxy*(b2xy-wxy)=landa0*u-landa1*((Dx(Dx(u))+Dy(Dy(u))+landa2(Dxx(Dxx(u))+Dyy(Dyy(u))+Dxy*Dxy(u))
all variable in right side is known and we want to solve for u by FFT.
How Can I impelement it?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!