filtering the image
Ältere Kommentare anzeigen
i have a code below,inwhich K is blurred image
A1=dyaddown(K,1);
u1=5*rand(3,3)/15;
A1=imfilter(A1,u1);
now i wantto upsample the image and restore it plz tell how to do
Antworten (0)
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!