Concatenate images with different size to buffer
Mostrar comentarios más antiguos
Hi all,
i would like to update buffer of images, the buffer contains 15 images with different size (the size: VxHx15) and I should update the last image in the buffer and delete the first. I tried to use "Cat" function but it doesn't work with different dimensions, how can I concatenate different images size to this buffer?? please help me, Itai
3 comentarios
Walter Roberson
el 22 de En. de 2017
What should the unused parts of the buffer be padded with?
When the oldest image is deleted if it was the largest image then does the buffer need to shrink?
Is there a reason not to use a cell array?
Itai Kadosh
el 22 de En. de 2017
Walter Roberson
el 22 de En. de 2017
For any given video file all of its frames are the same size, so unless you are using different video files at the same time then your buffer should only be dealing with images that are not changing size, which is a much easier problem.
Respuestas (1)
Use resize to change the dimensions of image to your desired size. Make all the images to same size.
1 comentario
Itai Kadosh
el 22 de En. de 2017
Categorías
Más información sobre Video Formats and Interfaces en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!