tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
d/wmr: Fix URL reference
Rylie Pavlik
2 years ago
f3a82dd8
753ec613
+1
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
drivers
wmr
wmr_config.h
+1
-1
src/xrt/drivers/wmr/wmr_config.h
···
58
58
struct xrt_vec2 eye_center;
59
59
/* k1,k2,k3 params for radial distortion as
60
60
* per the radial distortion model in
61
61
-
* https://docs.opencv.org/master/d9/d0c/group__calib3d.html */
61
61
+
* https://docs.opencv.org/4.x/d9/d0c/group__calib3d.html */
62
62
double k[3];
63
63
};
64
64