필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

i want an new image with one pixel differance

조회 수: 1 (최근 30일)
aaru sri
aaru sri 2019년 2월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
i hv lena image of [256 256 3]
now i hv to chnge one pixel .....in it

답변 (1개)

Walter Roberson
Walter Roberson 2019년 2월 7일
imread then make the change then imwrite.
However if the image is a JPEG file then changing just one pixel is not always possible . If you need specific pixel values to be stored then never use jpeg (but jpeg2 might be okay )

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by