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!
