Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to genrate a sequence of image from a single image of size 256X256

1 回表示 (過去 30 日間)
as825
as825 2013 年 11 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If a image is given of size 256X256. How can we generate a sequence of image from it?

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 11 月 16 日
編集済み: Azzi Abdelmalek 2013 年 11 月 16 日
If Im is your image
Im1=Im(100:150,120:200) % for example
imshow(Im1)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by