How to check color image linear or nonlinear?

10 次查看(过去 30 天)
I have 24 bit RGB image. I want to check whether it is linear or nonlinear. How to check it.
  2 个评论
KSSV
KSSV 2017-2-13
How a image can be linear and non linear? What you are expecting actually?
DGM
DGM 2024-8-17,22:26
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
Image Analyst 2024-8-18,4:44
编辑:Image Analyst 2024-8-18,4:51
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:

类别

Help CenterFile Exchange 中查找有关 Camera Calibration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by