質問編集履歴

1

2021/05/07 09:58

投稿

tetetei
tetetei

スコア1

test CHANGED
File without changes
test CHANGED
@@ -66,11 +66,11 @@
66
66
 
67
67
  ret, frame = cap.read()
68
68
 
69
- #元のpx座標指定
69
+
70
70
 
71
71
  bf = np.array(@@@@, dtype=np.float32)
72
72
 
73
- #変換後のpx座標指定
73
+
74
74
 
75
75
  af = np.array([[0, 0], [500, 0],[0, 500], [500, 500]], dtype=np.float32)
76
76
 
@@ -93,3 +93,11 @@
93
93
  cv2.destroyWindow(window_name)
94
94
 
95
95
  cap.release()
96
+
97
+
98
+
99
+ ###
100
+
101
+
102
+
103
+ よろしくお願いします