Ai
1 Star 0 Fork 0

杨雪锋/opencv-python-5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
c6-6.py 288 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨雪锋 提交于 2023-04-14 21:49 +08:00 . update ch6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import cv2
# 读取图片
img = cv2.imread('noisy_lena.jpg')
# 均值滤波处理
blur = cv2.blur(img,(5,5))
# 为了输出图片
import sys
sys.path.append('..\\utils')
import utils
utils.show_img([img,blur],["img","blue"],"fig6-8.png")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hopeasy/opencv-python-5.git
git@gitee.com:hopeasy/opencv-python-5.git
hopeasy
opencv-python-5
opencv-python-5
master

搜索帮助