Image processing: Minimizing function (regularized least square problem)
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Laurentiu
2014 年 1 月 12 日
0 投票
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 件のコメント
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.
カテゴリ
ヘルプ センター および File Exchange で Neighborhood and Block Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
