필터 지우기
필터 지우기

How to save image as png/jpg format after using image labeller apps in matlab?

조회 수: 6 (최근 30일)
I'm having problem on how to save image as png/jpg format after label the image using image labeller.
After I label the ground truth, I didnt see how to save the label/draw image icon on these application (image labeller in matlab).
Can anyone help me out? Tq
  댓글 수: 1
Walter Roberson
Walter Roberson 2023년 8월 17일
There is the original image, and there is data about what the label is for various regions. What are you hoping the png or jpg image to be like?
The only way to add additional data channels (such as a record of were each region is and what the corresponding label is) to JPEG files is to add EXIF information, which is something that MATLAB cannot do directly. For PNG files the methods are much more obscure and difficult to write to png files.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by