Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我来到了. MATLAB似乎此功能增强了图像的对比度。但是,这个函数的理论基础是什么?换句话说,如果我说文档中提到的这个函数可以调整图像强度值,这到底是什么意思?它对强度值有什么影响?
MATLAB
谢谢。
每个像素的公式可能是
J = ((((I - low_in) / (high_in - low_in)) ^ gamma) * (high_out - low_out)) + low_out
如果您不使用所有参数,low_in并且high_in会自动选择这些参数,则输出会在最高和最低值处包含 1% 的像素。
low_in
high_in