how to separate the image given below
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147802/image.png)
i want to separate the image in four parts
0 comentarios
Respuestas (2)
Image Analyst
el 12 de Mzo. de 2015
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
4 comentarios
Ver también
Categorías
Más información sobre Convert Image Type 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!