回答編集履歴
2
tag
test
CHANGED
@@ -38,6 +38,22 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
+
というか従ったという説明見に行ったら
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
git checkout 3.4
|
48
|
+
|
49
|
+
```
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
してる。この手順書いた人正気か・・・?それbranchだぞ・・・。
|
54
|
+
|
55
|
+
|
56
|
+
|
41
57
|
---
|
42
58
|
|
43
59
|
|
@@ -72,4 +88,4 @@
|
|
72
88
|
|
73
89
|
|
74
90
|
|
75
|
-
に書き換えて、cmakeからやり直してみてください。これでだめならとりあえず`3.4.7`のタグをcheckoutしてやり直してみてください。
|
91
|
+
に書き換えて、cmakeからやり直してみてください。これでだめならとりあえず`3.4.7`の**タグ**をcheckoutしてやり直してみてください。
|
1
link
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
https://github.com/opencv/opencv/blame/bea2c7545243ba2dabce6badc94dd55894a8e5ca/modules/highgui/src/window.cpp#L172-L183
|
5
|
+
[https://github.com/opencv/opencv/blame/bea2c7545243ba2dabce6badc94dd55894a8e5ca/modules/highgui/src/window.cpp#L172-L183](https://github.com/opencv/opencv/blame/bea2c7545243ba2dabce6badc94dd55894a8e5ca/modules/highgui/src/window.cpp#L172-L183)
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
https://github.com/opencv/opencv/blob/3.4.6/modules/highgui/src/window.cpp#L156-L167
|
21
|
+
[https://github.com/opencv/opencv/blob/3.4.6/modules/highgui/src/window.cpp#L156-L167](https://github.com/opencv/opencv/blob/3.4.6/modules/highgui/src/window.cpp#L156-L167)
|
22
22
|
|
23
23
|
|
24
24
|
|
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
https://github.com/opencv/opencv/blob/c024edb9a80ebc2bef788f5946c851eb8a3aa76b/modules/highgui/CMakeLists.txt#L70-L126
|
57
|
+
[https://github.com/opencv/opencv/blob/c024edb9a80ebc2bef788f5946c851eb8a3aa76b/modules/highgui/CMakeLists.txt#L70-L126](https://github.com/opencv/opencv/blob/c024edb9a80ebc2bef788f5946c851eb8a3aa76b/modules/highgui/CMakeLists.txt#L70-L126)
|
58
58
|
|
59
59
|
|
60
60
|
|