How to save image to local file from matlab workspace after using Image Segmenter App?
6 次查看(过去 30 天)
显示 更早的评论
Hi,
I have just started using MATLAB and would appreciate the advice and help.
I am currently trying to save the exported output (from Image Segmenter) to png/jpg.
The exported results go to the workspace but I cannot locate it in my local file. Does anyone know how I can retrieve this output and save it as image (png/jpg) file format?
Thank you so much.
0 个评论
采纳的回答
Rik
2023-4-4
If you have the result in a variable, you can use the imwrite function to write an image file. See the documentation for examples.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!