How to check color image linear or nonlinear?
5 ビュー (過去 30 日間)
古いコメントを表示
I have 24 bit RGB image. I want to check whether it is linear or nonlinear. How to check it.
2 件のコメント
DGM
2024 年 8 月 17 日
I'm guessing that the question is how to determine whether an RGB image is sRGB or linear RGB.
That would probably be indicated in the file's metadata. I'm assuming that in the absence of any explicit specification the image is treated as sRGB, but I'm not certain of exceptions. If we knew what the format was, we might be able to eliminate some possibilities.
That said, there is no file or even a specified format, so we can't really narrow it down much more than that.
回答 (1 件)
Image Analyst
2024 年 8 月 18 日
編集済み: Image Analyst
2024 年 8 月 18 日
Image a gray scale step wedge with known reflectance percentages, like the Calibrite Color Checker Chart.
Plot gray level vs. true, known reflectance value (see attachment) and see if it's a straight line going through the origin. It must go through the origin. If it's a straight line but does not go through the origin, then it's not linear.
Most digital cameras are not linear unless you specifically set the "gamma" to be 1. Some cameras (machine vision or scientific cameras) allow you to do that.
See this link for more information on camera linearization:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!