filtering the image

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

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 22 Mar 2012

Community Treasure Hunt

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

Start Hunting!