资源简介
Python OpenCV 图像金字塔-实例源码.zip
代码片段和文件信息
# -*- coding: utf-8 -*-
“““
Created on Sun Jun 24 11:30:20 2018
@author: 天津拨云咨询服务有限公司 lilizong@gmail.com
“““
import cv2
import numpy as np
o=cv2.imread(“image\\lena.bmp“cv2.IMREAD_GRAYSCALE)
r=cv2.pyrDown(o)
cv2.imshow(“original“o)
cv2.imshow(“PyrDown“r)
cv2.waitKey()
cv2.destroyAllWindows()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 321 2019-05-01 14:34 example\12.2.1pyrDown函数.py
文件 392 2019-05-01 14:34 example\12.2.2pyrDown函数.py
文件 320 2019-05-01 14:34 example\12.3pyrUp函数.py
文件 323 2019-05-01 14:34 example\12.4.1DownUp.py
文件 321 2019-05-01 14:34 example\12.4.2UpDown.py
文件 339 2019-05-01 14:34 example\12.4.3UpDownShow.py
文件 369 2019-05-01 14:34 example\12.5.1拉普拉斯金字塔.py
文件 436 2019-05-01 14:34 example\12.5.2拉普拉斯金字塔.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
文件 23711 2019-05-01 14:34 example\image\google-search.png
文件 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
............此处省略76个文件信息
- 上一篇:python双人五子棋 游戏原码
- 下一篇:Python OpenCV 图像梯度-
相关资源
- 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 几何变换-.zip
- Python OpenCV 图像平滑处理-.zip
- Python OpenCV 阈值分割-.zip
- Python OpenCV canny边缘检测-
- Python OpenCV 图像梯度-
- python实现modbus主站 代码
评论
共有 条评论