OpenCV关于图片语法(透视变换)截取目标区域小结⑤

  • Post author:
  • Post category:其他




1.cv2.getPerspectiveTransform

1
2
3



2.cv2.warpPerspective

1
2
3



3.cv2.polylines

cv2.polylines(img, pts, isClosed, color[, thickness[, lineType[, shift]]])None

参数解释;

① img 当前图像

② pts 多边形曲形阵列

③ isClosed 是否闭合bool

④color 颜色 RGB三通道

⑤thickness 粗细

⑥lineType 线段类型

⑤shift 小数位



4.cv2.arrowedLine

1
2
3



5.cv2.putText

cv.PutText(img, text, org, font, color)None

① img 当前图像

② text 内容

③ font 位置

④ org 类型

⑤ color 颜色


水一期,没实战教学



版权声明:本文为m0_51503599原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。