How to rescale the image?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chathu
el 9 de Mzo. de 2015
Comentada: Chathu
el 10 de Mzo. de 2015
I have set of true color images(about 700 images) and the image size: 1482 rows and 1506 columns. What i would like to do :
1) Rescale those images (currently i have pixel values but i need to get them either in cm/mm)
2) Find the minimum size for all the images and rescale all the images to that size. How to get along with this? Any suggestions?
Thanks in advance.
2 comentarios
jose soares
el 9 de Mzo. de 2015
help "whos" - size bites help "imresize" - resize a image help "sizes" - dimension of a matriz
God work!
Respuesta aceptada
Image Analyst
el 10 de Mzo. de 2015
See my attached spatial calibration demo. Once you know the size or location that you want to extract from the image, you can call imresize() and imcrop() to do that.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!