如何使用OpenCV或PIL为图像添加简单的灯光效果?

时间:2017-10-10 09:30:37

标签: python opencv computer-vision python-imaging-library

我正在研究数据增强模块。我已经实现了一些全局增强技术(与对比度,亮度,色彩平衡等相关),现在我想继续进行一些局部增强:为图像添加一些局部过亮或阴影。

我尝试选择随机rois(即使在模糊后也会出现不自然的锐利边缘)或创建随机遮罩(导致与添加随机噪声相同的结果)。

如何使用OpenCV或PIL lib来实现,结果看起来自然?

以下是一些示例(仅限灯光,但我也需要阴影):

https://docs.gimp.org/en/plug-in-flarefx.html

https://docs.gimp.org/en/plug-in-lighting.html

https://docs.gimp.org/en/plug-in-gflare.html

https://docs.gimp.org/en/plug-in-nova.html

0 个答案:

没有答案