how to rescale the image using bilinear transform

i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......

댓글 수: 2

can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
The code was below, in my Answer

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2013년 5월 17일

2 개 추천

outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');

추가 답변 (0개)

질문:

2013년 5월 17일

댓글:

2019년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by