在matlab中将图像的对比度调整为负百分比

时间:2016-05-01 09:46:03

标签: image matlab image-processing contrast

我需要将图像的对比度更改为负百分比。

我使用imcontrast(),但是当我尝试设置负百分比时,它会引发以下错误:

percentage must be a number between 0 and 100

但我需要降低对比度-20%。 有办法吗?

1 个答案:

答案 0 :(得分:0)

我认为你错了。

没有负面对比这样的东西。理论上是,但实施没有。您只需重新考虑问题,然后使用imcontrast转换图片的值范围。

首先尝试使用此图像对比工具 - http://www.mathworks.com/help/images/adjusting-image-contrast-using-the-adjust-contrast-tool.html

然后才应用代码 - http://www.mathworks.com/help/images/ref/imcontrast.html