how to rescale the image using bilinear transform
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
el 21 de Mzo. de 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Respuesta aceptada
Image Analyst
el 17 de Mayo de 2013
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!