Image processing: Minimizing function (regularized least square problem)
Show older comments
Hello,
I'm trying to minimize this function (by A):
argmin A (|L(A)|^2 + a*||A-B||^2*)
where:
- A is a MxN image
- L is the Laplacian Operator
- .|| is the usual norm operator
- a is a weight parameter
- B is a matrix of size (M+2*k)xN where k is an integer parameter.
- * indicates that we just consider the pixels in the boundary (we want to preserve in A the pixels in the boundary of B).
Maybe the problem has a trivial solution, but I'm absolutely blocked.
I will be very grateful for any help provided.
Accepted Answer
More Answers (1)
Laurentiu
on 12 Jan 2014
0 votes
gui_tech: I am working on the implementation of the paper as well. Were you able to fix the problem with the low intensities in the solution ? I am also getting these -1*10^3 intensities in A.
Any help would be appreciated.
1 Comment
Possibly, my implementation of the Laplace operator is not what the paper expects. It might be worth trying to use
http://www.mathworks.com/matlabcentral/fileexchange/44669-func2mat-convert-linear-function-to-matrix
to convert whatever routine you normally use to compute L(A) to matrix form.
Categories
Find more on Neighborhood and Block Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!