필터 지우기
필터 지우기

saving the output image

조회 수: 5 (최근 30일)
Sneha P S
Sneha P S 2018년 2월 9일
댓글: Image Analyst 2020년 7월 20일
Ineed to save my output image using a filename in one folder? How is it possible?

채택된 답변

Jan
Jan 2018년 3월 8일
편집: Jan 2018년 3월 8일
Folder = 'C:\Your\Folder';
File = 'Image.png';
Img = rand(640, 480, 3);
imwrite(Img, fullfile(Folder, File));
  댓글 수: 3
Kashyap Koshti
Kashyap Koshti 2020년 7월 20일
can it rewrite on same image?
Image Analyst
Image Analyst 2020년 7월 20일
Yes, you can overwrite an existing image.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by