make two images in same size and same dimensions
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I had two images one is the original image and the other is the mask of it .. when i applied my code it shows an erorr ( Matrix dimensions must agree.)
What should I do to make the two images in same size ?
0 comentarios
Respuestas (1)
Image Analyst
el 19 de En. de 2019
Use imresize()
image2 = imresize(image2, size(image1));
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox 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!