码迷,mamicode.com
首页 > 编程语言 > 详细

python opencv 学习笔记

时间:2018-05-08 19:40:04      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:ubi   show   bsp   enc   res   open   test   win   pytho   

 

图片缩放

  image=cv2.imread(‘test.jpg‘)
  res=cv2.resize(image,(32,32),interpolation=cv2.INTER_CUBIC)
  cv2.imshow(‘iker‘,res)
  cv2.imshow(‘image‘,image)
  cv2.waitKey(0)
  cv2.destoryAllWindows()

python opencv 学习笔记

标签:ubi   show   bsp   enc   res   open   test   win   pytho   

原文地址:https://www.cnblogs.com/adong7639/p/9009637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!