Editing images using MATLAB
Afficher commentaires plus anciens
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 commentaires
Jan
le 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
le 18 Nov 2022
Jan
le 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
le 23 Nov 2022
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 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?
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!