资源简介
Python OpenCV 图像平滑处理-实例源码.zip
代码片段和文件信息
# -*- coding: utf-8 -*-
“““
Created on Sun May 13 18:10:47 2018
@author: lilizong@gmail.com
“““
import cv2
o=cv2.imread(“image\\lenaNoise.png“)
r=cv2.blur(o(55))
cv2.imshow(“original“o)
cv2.imshow(“result“r)
cv2.waitKey()
cv2.destroyAllWindows()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 251 2019-05-01 14:34 example\8.1blur.py
文件 271 2019-05-01 14:34 example\8.2boxFilter.py
文件 261 2019-05-01 14:34 example\8.3gaussianblur.py
文件 293 2019-05-01 14:34 example\8.4medianBlur.py
文件 6338 2019-05-01 14:34 example\image\A.png
文件 263222 2019-05-01 14:34 example\image\airfield.bmp
文件 1244214 2019-05-01 14:34 example\image\barbara.bmp
文件 810054 2019-05-01 14:34 example\image\blackhat.bmp
文件 263222 2019-05-01 14:34 example\image\bridge.bmp
文件 302542 2019-05-01 14:34 example\image\canny.bmp
文件 810054 2019-05-01 14:34 example\image\closing.bmp
文件 810054 2019-05-01 14:34 example\image\closing2.bmp
文件 302542 2019-05-01 14:34 example\image\contours.bmp
文件 37982 2019-05-01 14:34 example\image\contoursBin.bmp
文件 904446 2019-05-01 14:34 example\image\contoursColor.bmp
文件 810054 2019-05-01 14:34 example\image\dilation.bmp
文件 263222 2019-05-01 14:34 example\image\dollar.bmp
文件 1440054 2019-05-01 14:34 example\image\erode.bmp
文件 24000 2019-05-01 14:34 example\image\filter.jpg
文件 1244214 2019-05-01 14:34 example\image\girl.bmp
文件 810054 2019-05-01 14:34 example\image\gradient.bmp
文件 51231 2019-05-01 14:34 example\image\hr.png
文件 302542 2019-05-01 14:34 example\image\laplacian.bmp
文件 263222 2019-05-01 14:34 example\image\lena.bmp
文件 66614 2019-05-01 14:34 example\image\lena256.bmp
文件 263222 2019-05-01 14:34 example\image\lena512.bmp
文件 263222 2019-05-01 14:34 example\image\lena512g.bmp
文件 512673 2019-05-01 14:34 example\image\lenacolor.png
文件 538486 2019-05-01 14:34 example\image\lenaNoise.png
文件 30879 2019-05-01 14:34 example\image\logo-dark.png
文件 512673 2019-05-01 14:34 example\image\logo.png
............此处省略61个文件信息
相关资源
- Python OpenCV 图像使用-
- Python OpenCV 类型转换-
- 8数码问题的python解决方案(代码)
- Python OpenCV 图像轮廓-.zip
- Python OpenCV 形态学操作-.zip
- Python OpenCV 傅里叶变换-.zip
- Python OpenCV 图像运算-.zip
- Python OpenCV 图像处理基础-.zip
- Python OpenCV 直方图-.zip
- Python OpenCV 车道检测-.zip
- Python OpenCV 几何变换-
- Python OpenCV 阈值分割-
- Python OpenCV canny边缘检测-
- Python OpenCV 图像梯度-
- Python OpenCV 图像金字塔-
- python实现modbus主站 代码
评论
共有 条评论