i want to solve this image processing deblurring problem, if anyone ave any idea have a look to my question posted in image?

5 ビュー (過去 30 日間)
how to deblurred, i stuck at this point, i have no idea about this what this question trying to say. so guys plz help me have a look to question posted in image file

採用された回答

Image Analyst
Image Analyst 2013 年 10 月 20 日
Your instructor provided you with a function called challenge1.m. You have to use that function, then use the other code he gave you, such as
m = 256;
n = 256;
noise = 0.01;
[B, Ac, Ar, X] = challenge1(m, n, noise);
xNaive = Ac\B/Ar';
imagesc(X);
axis image;
colormap gray;
Actually there's not much for you to do since he gave you all the code you're supposed to run.
  2 件のコメント
chitresh
chitresh 2013 年 10 月 20 日
編集済み: chitresh 2013 年 10 月 20 日
this question is taken from a book and no such function is provided to me like challenge1.m. the question i have ask name given in book is challenge1, and it showing error i already tried this thing while running fourth line... any thing else image analyst
chitresh
chitresh 2013 年 10 月 20 日
yes you were correct there should be a function with name challenge1(m, n, noise). thanks alot

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by