need no divided by 2

old-commit-hash: b7bc342cc8079e017c24c920d3a91364894ba177
This commit is contained in:
ZwX1616
2020-08-28 12:20:36 -07:00
parent a3461065b9
commit 323b66731c
+2 -2
View File
@@ -46,8 +46,8 @@ void* live_thread(void *arg) {
#else
Eigen::Matrix<float, 3, 3> eon_intrinsics;
eon_intrinsics <<
2648.0/2, 0.0, 1928.0/2,
0.0, 2648.0/2, 1208.0/2,
2648.0, 0.0, 1928.0/2,
0.0, 2648.0, 1208.0/2,
0.0, 0.0, 1.0;
#endif