フィルターのクリア

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

2 ビュー (過去 30 日間)
raheem mian
raheem mian 2019 年 10 月 1 日
編集済み: Matt J 2019 年 10 月 1 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by