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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Matt J
Matt J am 1 Okt. 2019
Bearbeitet: Matt J am 1 Okt. 2019
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.

Weitere Antworten (0)

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by