gpt4 book ai didi

python - 使用具有零大小内核的高斯模糊?

转载 作者:太空宇宙 更新时间:2023-11-03 22:02:24 25 4
gpt4 key购买 nike

我正在阅读 Gaussian Blur当我遇到的一个例子如下:

cv2.GaussianBlur(img, (0,0), 5)

0,0 在这里是什么意思?这与我读到的另一个例子形成鲜明对比:

cv2.GaussianBlur(img,(5,5),0)

两者有何不同?

最佳答案

直接来自文档:

Gaussian kernel size. ksize.width and ksize.height can differ but they both must be positive and odd. Or, they can be zero's and then they are computed from sigma.

https://docs.opencv.org/3.1.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1

关于python - 使用具有零大小内核的高斯模糊?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54896669/

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