フィルターのクリア

Image processing: Interative optimization problem by a gradient descent approach

3 ビュー (過去 30 日間)
Giuseppe Coppola
Giuseppe Coppola 2020 年 5 月 4 日
回答済み: asim asrar 2022 年 2 月 2 日
I have to find the image X that minimizes the following cost function:
f=||A-(abs(X).^2-conj(X).*B)||^2
where:
- A, B and X are MxN matrices
- A and B are known images
- || is the usual norm operator
The problem has to be solved iteratively using a gradient (respect to conj(X)) descent approach. The gradient respect to conj(X) is:
g=-2*(A-(abs(X).^2-conj(X).*B))(X+B)
I'm absolutely blocked, I will be very grateful for any help provided.

回答 (1 件)

asim asrar
asim asrar 2022 年 2 月 2 日
Dear sir,
Did you get any clue to solve this problem, as i am also struck with similar type of problem.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by