フィルターのクリア

Concatenate images with different size to buffer

2 ビュー (過去 30 日間)
Itai Kadosh
Itai Kadosh 2017 年 1 月 22 日
コメント済み: Walter Roberson 2017 年 1 月 22 日
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 件のコメント
Itai Kadosh
Itai Kadosh 2017 年 1 月 22 日
The buffer is used as a background for image processing code and he should contains all along the code 15 images, when every iteration this buffer is updating with new image instead of the first image that deleted. But, i don't know what is the max size of the images in the video file, moreover I would like to be able to use different video files if I would like to...
Walter Roberson
Walter Roberson 2017 年 1 月 22 日
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.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2017 年 1 月 22 日
編集済み: KSSV 2017 年 1 月 22 日
Use resize to change the dimensions of image to your desired size. Make all the images to same size.
  1 件のコメント
Itai Kadosh
Itai Kadosh 2017 年 1 月 22 日
I don't know what is the size of the images, because I have in the code a video file from which I take the images and the video file size can vary, so I do not know his size...

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by