What is the difference between bilinear image resizing and averaged downsampling
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yuzhen Lu
el 11 de Abr. de 2020
Editada: Nikhil Sonavane
el 14 de Abr. de 2020
I note imresize has the method option 'bilinear'. Does this method have the same effect as averaged downsampling? For example, given an image A, imresize(A,0.5,'bilinear'), is this equivalent to 2*2 averaged binning? How is the bilinear resizing implemented by Matlab?
0 comentarios
Respuesta aceptada
Nikhil Sonavane
el 14 de Abr. de 2020
Editada: Nikhil Sonavane
el 14 de Abr. de 2020
I would suggest you refer imresize which states that "Bilinear interpolation; the output pixel value is a weighted average of pixels in the nearest 2-by-2 neighborhood".
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!