提交 18d8266d 编写于 作者: youcans_'s avatar youcans_

上传新文件

上级 8a0281f6
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.
先完成此消息的编辑!
想要评论请 注册