How to implement cv2.perspectiveTransform?

前端 未结 0 1098
时光取名叫无心
时光取名叫无心 2020-11-29 00:32

pts = np.float32([[0,0],[0,h],[w,h],[w,0]]).reshape(-1,1,2)

pts_new = cv2.perspectiveTransform(pts, H)

What is the most efficient way

相关标签:
回答
  • 消灭零回复
提交回复
热议问题