Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to genrate a sequence of image from a single image of size 256X256
1 回表示 (過去 30 日間)
古いコメントを表示
If a image is given of size 256X256. How can we generate a sequence of image from it?
0 件のコメント
回答 (1 件)
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)
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!