摘要: 在OpenCV中有一个imutils模块在图形变换中非常方便,下面就是用该模块对图片进行仿射变换的代码。 1 from imutils import perspective 2 from skimage.filters import threshold_local 3 import cv2 4 im 阅读全文
posted @ 2019-10-09 08:32 yangyue-kai 阅读(900) 评论(0) 推荐(0) 编辑