Concatenate images with different size to buffer
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 22 Gen 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.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!