回答編集履歴

2

known issue

2018/02/05 03:58

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
@@ -37,3 +37,23 @@
37
37
 
38
38
 
39
39
  これか。調べてみます。
40
+
41
+
42
+
43
+ ---
44
+
45
+
46
+
47
+ Issue上がってますね
48
+
49
+
50
+
51
+ [https://github.com/opencv/opencv/issues/6716](https://github.com/opencv/opencv/issues/6716)
52
+
53
+
54
+
55
+ > solutions from johnhany in this thread is a walk-around if you don't mind to disable `BUILD_PERF_TESTS` and `BUILD_TESTS` in cmake configurations.
56
+
57
+
58
+
59
+ って言ってるからテストがビルドできてないのでとりあえずは無視できるということで。

1

把握した

2018/02/05 03:58

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
@@ -3,3 +3,37 @@
3
3
 
4
4
 
5
5
  そこからビルドしましたか?
6
+
7
+
8
+
9
+ ---
10
+
11
+
12
+
13
+ ```
14
+
15
+ 56>perf_main.cpp
16
+
17
+ 56>perf_warping.cpp36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>36>
18
+
19
+ 56>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(607): error C2610: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::tuple(const std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn> &)': は既定値にできる特殊メンバー関数ではありません (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
20
+
21
+ 56>C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp(372): note: コンパイル対象のクラス テンプレート インスタンス化 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>' のリファレンスを確認してください
22
+
23
+ 56>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(608): error C2610: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::tuple(std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn> &&)': は既定値にできる特殊メンバー関数ではありません (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
24
+
25
+ 56>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(756): error C2535: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn> &std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::operator =(const std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn> &)': メンバー関数は、既に定義または宣言されています。 (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
26
+
27
+ 56>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(650): note: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::operator =' の宣言を確認してください (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
28
+
29
+ 56>C:\opencv-3.4.0\modules\ts\include\opencv2/ts/cuda_perf.hpp(73): error C2382: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::operator =': 再定義 ; 異なる例外指定です。 (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
30
+
31
+ 56>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(717): note: 'std::tuple<cv::Size,perf::`anonymous-namespace'::MatDepth,perf::`anonymous-namespace'::MatCn>::operator =' の宣言を確認してください (ソース ファイルをコンパイルしています C:\opencv-3.4.0\modules\cudawarping\perf\perf_warping.cpp)
32
+
33
+ 56>プロジェクト "opencv_perf_cudawarping.vcxproj" のビルドが終了しました -- 失敗。
34
+
35
+ ```
36
+
37
+
38
+
39
+ これか。調べてみます。