junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
17 stars 2 forks source link

OpenCV IP Filter GaussianBlur #320

Open junxnone opened 1 year ago

junxnone commented 1 year ago

高斯核

D 高斯核 OpenCV API 高斯核
1D 7x1 cv2.getGaussianKernel(7, 0.8) image
2D 5x5 cv2.getGaussianKernel(5, 0.9) * cv2.getGaussianKernel(5, 0.9).T image