Reply by pari...@gmail.com April 27, 20092009-04-27
if you say b = imresize(f,w), then b will be the resized image, f is the image in rgb or gray u want to be resized and w is the scale factor by which the image should be resized, ie, resized image will be scale factor times original image. if 01 then image expands.. hope this helps

hi
>i
>want to use the imresize command in matlab
>but i need to specify the interpolation kernel by myself
>but i do not know how to use the input argument {f,w}
>any body can help me
>urgent
>please
Reply by Khalid Gidaya April 27, 20092009-04-27
--- In i..., "mehrnaz_fani" wrote:
>
> hi
> i
> want to use the imresize command in matlab
> but i need to specify the interpolation kernel by myself
> but i do not know how to use the input argument {f,w}
> any body can help me
> urgent
> please
>

Hello,

Just read whats under this link and you should be able to accomplish what you wanted. All the options of imresize are clearly explained. http://www.mathworks.com/access/helpdesk_r13/help/toolbox/images/imresize.html .......Khalid Gidaya
Reply by mehrnaz_fani April 24, 20092009-04-24
hi
i
want to use the imresize command in matlab
but i need to specify the interpolation kernel by myself
but i do not know how to use the input argument {f,w}
any body can help me
urgent
please