Image processing: Minimizing function (regularized least square problem)
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Laurentiu
le 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 commentaire
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.
Catégories
En savoir plus sur Neighborhood and Block Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
