質問編集履歴
1
個人情報が含まれていた。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
```C++
|
18
18
|
|
19
|
-
/home/
|
19
|
+
/home/user/openMVS/libs/Common/Ray.inl:179:8: error: ‘VECTOR’ does not name a type
|
20
20
|
|
21
21
|
const VECTOR tvec(m_pOrig - tri.a);
|
22
22
|
|
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
```C++
|
50
50
|
|
51
|
-
/home/
|
51
|
+
/home/user/openMVS/libs/Common/Ray.h:30:10: error: ‘Eigen’ does not name a type
|
52
52
|
|
53
53
|
typedef Eigen::Matrix<TYPE,DIMS,1> POINT;
|
54
54
|
|