Editing images using MATLAB
Ältere Kommentare anzeigen
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 Kommentare
Jan
am 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
am 18 Nov. 2022
Jan
am 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
am 23 Nov. 2022
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 18 Nov. 2022
0 Stimmen
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?
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!