gpt4 book ai didi

image-processing - 生成包含黑白噪声的特定分辨率的图像

转载 作者:行者123 更新时间:2023-12-03 21:28:18 26 4
gpt4 key购买 nike

我将如何生成包含黑白噪声的特定分辨率图像。我想生成许多图像,每个图像噪声都不同。最好是在 linux 或 windows 的控制台中完成,但如果真的需要编码也可以。
干杯

最佳答案

像这样用 ImageMagick 它安装在大多数 Linux 发行版上,可用于 macOS 和 Windows:

convert -size 512x512 xc:gray +noise random -colorspace gray noise.jpg

enter image description here

替换 convertmagick如果使用 的 v7+ ImageMagick .

如果您的意思是纯黑色和白色,没有灰色阴影,并且可能想要不同的尺寸和 PNG格式,使用:
convert -size 600x400 xc:gray +noise random -colorspace gray -threshold 50% noise.png

enter image description here

如果您想要不同的噪声分布(高斯、泊松、二项式)或衰减噪声,请查看 my other answer here .

关于image-processing - 生成包含黑白噪声的特定分辨率的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43045149/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com