Is it possible to compute coordinates of an unkown point using cv2.findHomography?

后端 未结 0 1838
北海茫月
北海茫月 2021-02-13 17:31

I am trying to create a top-down view of an image. Currently I have some known source points and known destination points:

src_pts = np.array([(1223,1511),(2238,1         


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