how imresize work?
Mostrar comentarios más antiguos
i have a image with size is 150 x 170 pixel. and i want to change this size into 128 x 128 pixel. i use the matlab function = imresize(image,[128 128]), and my image now change to 128 x 128 pixel. My question is, how imresize work ? which pixel are removed from image ? wheter the object ( a core part of the picture ) is not change ? Or is there pixel in the core part of pixel ( object ) removed ? how do I know which one removed pixels in imresize ? thanks. Hope you anderstand with my question ^^
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!