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 comentarios

Subham Tulshan
Subham Tulshan el 21 de Mzo. de 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Image Analyst
Image Analyst el 21 de Mzo. de 2019
The code was below, in my Answer

Iniciar sesión para comentar.

 Respuesta aceptada

Image Analyst
Image Analyst el 17 de Mayo de 2013
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');

Más respuestas (0)

Preguntada:

el 17 de Mayo de 2013

Comentada:

el 21 de Mzo. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by