contrast gain of an image

3 次查看(过去 30 天)
Silpa K
Silpa K 2019-10-22
评论: Silpa K 2019-11-5
I have an image that from an hazy image model,a haze free image.I need to find the contrast gain of this image.How can I find that,please help me.

回答(1 个)

Image Analyst
Image Analyst 2019-10-22
Perhaps look at the ratio of the ranges, or the standard deviations, unless you have a specific formula someone recommends.
  15 个评论
Image Analyst
Image Analyst 2019-11-4
Like this:
grayImage = 128 * ones(480, 640, 'uint8');
That makes an image with 480 rows and 640 columns with a uniform gray level of 128.
Silpa K
Silpa K 2019-11-5
How can I apply it into the output image.I need a output image that is fully uniform gray level,bcz I need a output image with less contrast.

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by