Borrar filtros
Borrar filtros

how to rescale the image using bilinear transform

1 visualización (últimos 30 días)
Shashank Rao
Shashank Rao el 17 de Mayo de 2013
Comentada: Image Analyst el 21 de Mzo. de 2019
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)

Community Treasure Hunt

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

Start Hunting!

Translated by