Do you lose information when processing images that have been grayscaled?

조회 수: 1 (최근 30일)
I have a comple double matrix and I mat2gray the matrix for registration. Am I losing information in terms of the image ? Should I instead apply translations that i find on the mat2grayed matrix to the original matrix?

채택된 답변

Matt J
Matt J 2019년 10월 1일
편집: Matt J 2019년 10월 1일
If you used this syntax
I = mat2gray(A,[amin amax])
with amin>min(A(:)) or amax<max(A(:)), then yes there will be information loss. All pixels above and below amin and amax get thresholded.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by