Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Once we use concatenation function on three images of sizes 64 x 256,128 x 256 and 64 x 256 to get an image of 256 x 256 ,how can we deconcatenate to obtain the same three images back?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
V VENKATA KRISHNAN 14BEC0060
el 17 de Feb. de 2018
Cerrada: MATLAB Answer Bot
el 20 de Ag. de 2021
a,b and c are three images with dimensions 64 x 256,128 x 256 and 64 x 256
z=cat(1,a,b);
y=cat(1,z,c);
how can we get back a,b,c with same dimensions?
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!