Editing images using MATLAB
显示 更早的评论
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 个评论
Jan
2022-11-18
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
2022-11-18
Jan
2022-11-18
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
2022-11-23
采纳的回答
更多回答(1 个)
Image Analyst
2022-11-18
0 个投票
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!