提交 56ea3efa 编写于 作者: 幻灰龙's avatar 幻灰龙

Merge branch 'youcans-master-patch-83187' into 'master'

上传新文件

See merge request !3
import cv2 as cv
if __name__ == '__main__':
img = cv.imread("Lena.png")
ksize = (5, 5)
imgBoxFilter = cv.boxFilter(img, -1, ksize=ksize)
cv.imshow("BoxFilter", imgBoxFilter)
key = cv.waitKey(0)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册