Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
If a image is given of size 256X256. How can we generate a sequence of image from it?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 16 Nov 2013
Edited: Azzi Abdelmalek on 16 Nov 2013
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!