Editing images using MATLAB
Show older comments
Hello
I have file with 100 pictures inside it , i want to split or divide every picture into 5*5 or 3*3 new pieces and save this new parts as new pictures into other file with new name as sequences name
any help
4 Comments
Jan
on 18 Nov 2022
It is hard to guess, where your files are stored (in one folder?), if they are recognized by their names of file extensions, if they are RGB or gray imagaes, how the naming scheme for the output should look like, where you want to store the output files and so on. So please share more details and the parts of the code you have written already.
MUSTAFA
on 18 Nov 2022
Jan
on 18 Nov 2022
The mainpart of the code has no relation to image processing, but it concerns the reading and writing of files.
Even if you do not have much experiences with programming in Matlab, you have much more experiences with your specific problem than the members of the forum have. :-)
MUSTAFA
on 23 Nov 2022
Accepted Answer
More Answers (1)
Image Analyst
on 18 Nov 2022
0 votes
I assume you tried to adapt the FAQ:
and must have run into some difficulties. What happened? Are your images a multiple of 3 and 5?
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!