回答編集履歴
2
d
test
CHANGED
@@ -27,3 +27,11 @@
|
|
27
27
|
np.savetxt("contours.csv", points, delimiter=",")
|
28
28
|
|
29
29
|
```
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## 画像座標系
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
![イメージ説明](64f5ea170340021f79c05be747638245.png)
|
1
d
test
CHANGED
@@ -22,4 +22,8 @@
|
|
22
22
|
|
23
23
|
print(points)
|
24
24
|
|
25
|
+
|
26
|
+
|
27
|
+
np.savetxt("contours.csv", points, delimiter=",")
|
28
|
+
|
25
29
|
```
|