Chinaunix首页 | 论坛 | 博客
  • 博客访问: 178795
  • 博文数量: 60
  • 博客积分: 1597
  • 博客等级: 上尉
  • 技术积分: 461
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-20 13:24
文章分类

全部博文(60)

文章存档

2017年(15)

2016年(6)

2015年(37)

2008年(2)

发布时间:2017-10-18 10:16:57

python grpc 传图片......【阅读全文】

阅读(2044) | 评论(0) | 转发(0)

发布时间:2017-10-13 17:41:26

import os # We'll render HTML templates and access data sent by POST # using the request object from flask. Redirect and url_for # will be used to redirect the user once the upload is done # and send_from_directory will help us to send/show on the # browser the file that the user just uploaded from .........【阅读全文】

阅读(2104) | 评论(0) | 转发(0)

发布时间:2017-10-09 15:50:47

python中PIL和opencv 相互转换PIL转opencv Mat:srcMat = np.array(pimg)opencv Mat 转 PIL:pimg = Image.fromarray(srcMat)......【阅读全文】

阅读(1082) | 评论(0) | 转发(0)

发布时间:2017-10-09 14:21:42

opencv 旋转 透视变换 后 坐标计算......【阅读全文】

阅读(4869) | 评论(0) | 转发(0)

发布时间:2017-05-24 12:05:30

void rectangle(InputOutputArray img, Point pt1, Point pt2, const Scalar& color, int thickness=1, int lineType=LINE_8, int shift=0 )void rectangle(Mat& img, Rect rec, const Scalar& color, int thickness=1, int lineType=LINE_8, int shift=0 )Parameters:img – Image.pt1 – Vertex of the re.........【阅读全文】

阅读(1196) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

大鬼不动2010-11-14 10:34

回复  |  举报
留言热议
请登录后留言。

登录 注册