How to save image to local file from matlab workspace after using Image Segmenter App?
조회 수: 2 (최근 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!