필터 지우기
필터 지우기

how to rescale the image using bilinear transform

조회 수: 1 (최근 30일)
Shashank Rao
Shashank Rao 2013년 5월 17일
댓글: Image Analyst 2019년 3월 21일
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
  댓글 수: 2
Subham Tulshan
Subham Tulshan 2019년 3월 21일
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Image Analyst
Image Analyst 2019년 3월 21일
The code was below, in my Answer

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

채택된 답변

Image Analyst
Image Analyst 2013년 5월 17일
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by