AdityaNG commited on
Commit
df477da
1 Parent(s): 8155f1b

Calibration

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. calibration/pocoX3/calib.txt +72 -0
  2. calibration/pocoX3/calib.yaml +86 -0
  3. calibration/pocoX3/calibrationSession.mat +0 -0
  4. calibration/pocoX3/raw/0.png +3 -0
  5. calibration/pocoX3/raw/115.png +3 -0
  6. calibration/pocoX3/raw/130.png +3 -0
  7. calibration/pocoX3/raw/15.png +3 -0
  8. calibration/pocoX3/raw/165.png +3 -0
  9. calibration/pocoX3/raw/170.png +3 -0
  10. calibration/pocoX3/raw/185.png +3 -0
  11. calibration/pocoX3/raw/20.png +3 -0
  12. calibration/pocoX3/raw/200.png +3 -0
  13. calibration/pocoX3/raw/210.png +3 -0
  14. calibration/pocoX3/raw/215.png +3 -0
  15. calibration/pocoX3/raw/220.png +3 -0
  16. calibration/pocoX3/raw/230.png +3 -0
  17. calibration/pocoX3/raw/245.png +3 -0
  18. calibration/pocoX3/raw/260.png +3 -0
  19. calibration/pocoX3/raw/265.png +3 -0
  20. calibration/pocoX3/raw/275.png +3 -0
  21. calibration/pocoX3/raw/290.png +3 -0
  22. calibration/pocoX3/raw/300.png +3 -0
  23. calibration/pocoX3/raw/315.png +3 -0
  24. calibration/pocoX3/raw/320.png +3 -0
  25. calibration/pocoX3/raw/325.png +3 -0
  26. calibration/pocoX3/raw/330.png +3 -0
  27. calibration/pocoX3/raw/335.png +3 -0
  28. calibration/pocoX3/raw/345.png +3 -0
  29. calibration/pocoX3/raw/35.png +3 -0
  30. calibration/pocoX3/raw/360.png +3 -0
  31. calibration/pocoX3/raw/365.png +3 -0
  32. calibration/pocoX3/raw/375.png +3 -0
  33. calibration/pocoX3/raw/380.png +3 -0
  34. calibration/pocoX3/raw/385.png +3 -0
  35. calibration/pocoX3/raw/390.png +3 -0
  36. calibration/pocoX3/raw/395.png +3 -0
  37. calibration/pocoX3/raw/40.png +3 -0
  38. calibration/pocoX3/raw/400.png +3 -0
  39. calibration/pocoX3/raw/425.png +3 -0
  40. calibration/pocoX3/raw/430.png +3 -0
  41. calibration/pocoX3/raw/435.png +3 -0
  42. calibration/pocoX3/raw/445.png +3 -0
  43. calibration/pocoX3/raw/450.png +3 -0
  44. calibration/pocoX3/raw/455.png +3 -0
  45. calibration/pocoX3/raw/465.png +3 -0
  46. calibration/pocoX3/raw/475.png +3 -0
  47. calibration/pocoX3/raw/480.png +3 -0
  48. calibration/pocoX3/raw/490.png +3 -0
  49. calibration/pocoX3/raw/5.png +3 -0
  50. calibration/pocoX3/raw/50.png +3 -0
calibration/pocoX3/calib.txt ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cameraIntrinsics with properties:
2
+
3
+ FocalLength: [1.2506e+03 1.2548e+03]
4
+ PrincipalPoint: [978.3789 562.0621]
5
+ ImageSize: [1080 1920]
6
+ RadialDistortion: [0.0222 -0.0822]
7
+ TangentialDistortion: [0 0]
8
+ Skew: 0
9
+ IntrinsicMatrix: [3×3 double]
10
+
11
+ >> cameraParams.IntrinsicMatrix
12
+
13
+ ans =
14
+
15
+ 1.0e+03 *
16
+
17
+ 1.2506 0 0
18
+ 0 1.2548 0
19
+ 0.9784 0.5621 0.0010
20
+ ------------------------------
21
+ >> cameraParams.IntrinsicMatrix
22
+
23
+ ans =
24
+
25
+ 1.0e+03 *
26
+
27
+ 1.2702 0 0
28
+ 0.0007 1.2717 0
29
+ 1.0126 0.5642 0.0010
30
+
31
+ >> cameraParams;
32
+ >> cameraParams
33
+
34
+ cameraParams =
35
+
36
+ cameraParameters with properties:
37
+
38
+ Camera Intrinsics
39
+ Intrinsics: [1×1 cameraIntrinsics]
40
+
41
+ Camera Extrinsics
42
+ RotationMatrices: [3×3×136 double]
43
+ TranslationVectors: [136×3 double]
44
+
45
+ Accuracy of Estimation
46
+ MeanReprojectionError: 0.7991
47
+ ReprojectionErrors: [28×2×136 double]
48
+ ReprojectedPoints: [28×2×136 double]
49
+
50
+ Calibration Settings
51
+ NumPatterns: 136
52
+ DetectedKeypoints: [28×136 logical]
53
+ WorldPoints: [28×2 double]
54
+ WorldUnits: 'millimeters'
55
+ EstimateSkew: 1
56
+ NumRadialDistortionCoefficients: 3
57
+ EstimateTangentialDistortion: 1
58
+
59
+ >>
60
+ >> cameraParams.Intrinsics
61
+
62
+ ans =
63
+
64
+ cameraIntrinsics with properties:
65
+
66
+ FocalLength: [1.2702e+03 1.2717e+03]
67
+ PrincipalPoint: [1.0126e+03 564.1934]
68
+ ImageSize: [1080 1920]
69
+ RadialDistortion: [0.0936 -0.5403 0.7632]
70
+ TangentialDistortion: [7.2525e-04 0.0084]
71
+ Skew: 0.6853
72
+ IntrinsicMatrix: [3×3 double]
calibration/pocoX3/calib.yaml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #--------------------------------------------------------------------------------------------
2
+ # Viewer Parameters
3
+ #--------------------------------------------------------------------------------------------
4
+ # Viewer.on: 1 is ON, 0 is OFF
5
+ Viewer.on: 1
6
+
7
+ Viewer.KeyFrameSize: 0.05
8
+ Viewer.KeyFrameLineWidth: 1
9
+ Viewer.GraphLineWidth: 0.9
10
+ Viewer.PointSize: 1
11
+ Viewer.LineSize: 1
12
+ Viewer.CameraSize: 0.08
13
+ Viewer.CameraLineWidth: 3
14
+ Viewer.ViewpointX: 0
15
+ Viewer.ViewpointY: -0.7
16
+ Viewer.ViewpointZ: -1.8
17
+ Viewer.ViewpointF: 500
18
+
19
+ #--------------------------------------------------------------------------------------------
20
+ # Camera Parameters. Adjust them!
21
+ #--------------------------------------------------------------------------------------------
22
+
23
+ #camera matrix:
24
+ # [[720.74677588 0. 324.72460102]
25
+ # [ 0. 720.87434544 238.97483313]
26
+ # [ 0. 0. 1. ]]
27
+ #distortion coefficients: [-1.96841029e-02 -5.74293178e-01 -6.78065914e-04 8.34984375e-04 1.59969276e+00]
28
+ # PocoX3
29
+ # 1250.6 0 0
30
+ # 0 1254.8 0
31
+ # 978.4 562.1 1.0
32
+ # [0.0936 -0.5403 7.2525e-04 0.0084 0.7632]
33
+
34
+
35
+ # Camera calibration and distortion parameters (OpenCV)
36
+ Camera.fx: 1250.6
37
+ Camera.fy: 1254.8
38
+ Camera.cx: 978.4
39
+ Camera.cy: 562.1
40
+
41
+ Camera.k1: 0.0936
42
+ Camera.k2: -0.5403
43
+ Camera.p1: 7.2525e-04
44
+ Camera.p2: 0.0084
45
+ Camera.k3: 0.7632
46
+
47
+ Camera.width: 1920
48
+ Camera.height: 1080
49
+
50
+ # Camera frames per second
51
+ Camera.fps: 30.0
52
+
53
+ # IR projector baseline times fx (aprox.)
54
+ Camera.bf: 40.0
55
+
56
+ # Color order of the images (0: BGR, 1: RGB. It is ignored if images are grayscale)
57
+ Camera.RGB: 0
58
+
59
+ # Close/Far threshold. Baseline times.
60
+ ThDepth: 40.0
61
+
62
+ # Deptmap values factor
63
+ DepthMapFactor: 1.0
64
+
65
+ #--------------------------------------------------------------------------------------------
66
+ # ORB Parameters
67
+ #--------------------------------------------------------------------------------------------
68
+
69
+ # ORB Extractor: Number of features per image
70
+ ORBextractor.nFeatures: 1000
71
+
72
+ # ORB Extractor: Scale factor between levels in the scale pyramid
73
+ ORBextractor.scaleFactor: 1.2
74
+
75
+ # ORB Extractor: Number of levels in the scale pyramid
76
+ ORBextractor.nLevels: 8
77
+
78
+ # ORB Extractor: Fast threshold
79
+ # Image is divided in a grid. At each cell FAST are extracted imposing a minimum response.
80
+ # Firstly we impose iniThFAST. If no corners are detected we impose a lower value minThFAST
81
+ # You can lower these values if your images have low contrast
82
+ ORBextractor.iniThFAST: 20
83
+ ORBextractor.minThFAST: 7
84
+
85
+
86
+
calibration/pocoX3/calibrationSession.mat ADDED
Binary file (97.6 kB). View file
 
calibration/pocoX3/raw/0.png ADDED

Git LFS Details

  • SHA256: 08fe63cb001cdf438227bb328a6809a3fdec5d7c61ae6909910d7fe7fdebf06e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.61 MB
calibration/pocoX3/raw/115.png ADDED

Git LFS Details

  • SHA256: f43ca693c8041e00656d01ab35b71f19609be96714b4d8435c76c629706d5e59
  • Pointer size: 132 Bytes
  • Size of remote file: 2.39 MB
calibration/pocoX3/raw/130.png ADDED

Git LFS Details

  • SHA256: 5a4cf2fc5ff097a8114edfef15833091fc3dc67f7af69660308c3d8cd75c088c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.35 MB
calibration/pocoX3/raw/15.png ADDED

Git LFS Details

  • SHA256: 7afc591e157a5088136bca103e5471b5898b17370fb52c275552eca3bb96fa94
  • Pointer size: 132 Bytes
  • Size of remote file: 2.54 MB
calibration/pocoX3/raw/165.png ADDED

Git LFS Details

  • SHA256: 95bc098696229e9744bd10c0954622bd0c95c14163a70da62c3fe66d41c7cf2b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.57 MB
calibration/pocoX3/raw/170.png ADDED

Git LFS Details

  • SHA256: 1646d71cf3b1c22859cca04d4759281ba6d9d5d8df2816cae449d1b7ef66efe8
  • Pointer size: 132 Bytes
  • Size of remote file: 2.39 MB
calibration/pocoX3/raw/185.png ADDED

Git LFS Details

  • SHA256: 5c0960f321630ad0754b26a8271921733ad2afb6f5eefb0f42588a2c684175c9
  • Pointer size: 132 Bytes
  • Size of remote file: 2.61 MB
calibration/pocoX3/raw/20.png ADDED

Git LFS Details

  • SHA256: e3986931e8f6deb13966e8fed2def9669d635b42830150043ffe75204193170a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.61 MB
calibration/pocoX3/raw/200.png ADDED

Git LFS Details

  • SHA256: 26f63befe071e1658a35054b4d3097fbe9e4472837b40e31d63b40d1dfcb9de2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.41 MB
calibration/pocoX3/raw/210.png ADDED

Git LFS Details

  • SHA256: 2c2b7d94c801387cfacddf6116bd4be31db4388212ee6367eba12c02bb198f15
  • Pointer size: 132 Bytes
  • Size of remote file: 2.45 MB
calibration/pocoX3/raw/215.png ADDED

Git LFS Details

  • SHA256: bf189261886e911b79c3810dcfb8fb5f6c324ae33dafbb5c1c844803cc3430c1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.38 MB
calibration/pocoX3/raw/220.png ADDED

Git LFS Details

  • SHA256: 2cb2a71d5be68f26b770d48db7cd581072b1be90f64bad3f0817a8702bd0d45e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.29 MB
calibration/pocoX3/raw/230.png ADDED

Git LFS Details

  • SHA256: 37d4195e32d7520a45e39da75c47b0b5599c771d15af86a14d9674d5b79a4044
  • Pointer size: 132 Bytes
  • Size of remote file: 2.17 MB
calibration/pocoX3/raw/245.png ADDED

Git LFS Details

  • SHA256: 10d62c9fee0ea8381a909d625352a8f7b253088d1c4a13ce7ead30004741c0b2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.38 MB
calibration/pocoX3/raw/260.png ADDED

Git LFS Details

  • SHA256: ca2996cb8043aa91cbdee6545f75d40415e0631ed394c5def1bfe9453796ea86
  • Pointer size: 132 Bytes
  • Size of remote file: 2.61 MB
calibration/pocoX3/raw/265.png ADDED

Git LFS Details

  • SHA256: b4088ce23dca093ef55794768b3cec0658de83027f1a135a359127454c86f823
  • Pointer size: 132 Bytes
  • Size of remote file: 2.21 MB
calibration/pocoX3/raw/275.png ADDED

Git LFS Details

  • SHA256: 202a4ca4826cc6336823bc0ba54f7db5fb9b8b4d7bd990427ffe744184a20580
  • Pointer size: 132 Bytes
  • Size of remote file: 2.33 MB
calibration/pocoX3/raw/290.png ADDED

Git LFS Details

  • SHA256: 3c0b5e9977d8ca9ece7a1bce5b9305da2e80216807a8e6c20854a1b8043b685f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
calibration/pocoX3/raw/300.png ADDED

Git LFS Details

  • SHA256: a1b64f99b3042e2cf55fac56ce33a8ca7d5d10b1b59356d3ca4e80279b9535de
  • Pointer size: 132 Bytes
  • Size of remote file: 2.39 MB
calibration/pocoX3/raw/315.png ADDED

Git LFS Details

  • SHA256: 8ac0fb82d293eefed45268a19e36c7ffae933929a05cad720243391b7204a22a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.31 MB
calibration/pocoX3/raw/320.png ADDED

Git LFS Details

  • SHA256: eaa56f8a627ad089c9ee0fbb1ee19508cf4a5cd0ec14ec15ef550ca9f3e2d82e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.52 MB
calibration/pocoX3/raw/325.png ADDED

Git LFS Details

  • SHA256: 9d0cf474163fa894f0e42874f59bb44c00ffe4a530f1f8a261a38f15b5019655
  • Pointer size: 132 Bytes
  • Size of remote file: 2.5 MB
calibration/pocoX3/raw/330.png ADDED

Git LFS Details

  • SHA256: 98dde4abe2ac1867610c5ed3d626e62bbf82b4ceb5d618839cd002fe63db146c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.33 MB
calibration/pocoX3/raw/335.png ADDED

Git LFS Details

  • SHA256: 196882d5434f218f9d48f3787db67039252f2387575044612199cba29edc4e7a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.56 MB
calibration/pocoX3/raw/345.png ADDED

Git LFS Details

  • SHA256: 826b7ad71190f803f1000e6457fcb094f00a6fd4f44e84d3b60d624f54b6e9a4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.26 MB
calibration/pocoX3/raw/35.png ADDED

Git LFS Details

  • SHA256: 57809d0eab73173e1f3189fb27e261c4138933c8888a78c5c2d47eb60e759e12
  • Pointer size: 132 Bytes
  • Size of remote file: 2.59 MB
calibration/pocoX3/raw/360.png ADDED

Git LFS Details

  • SHA256: 0ac72bda37af213d4ba681161cd9a49603c0831986d84f95bff61ae165a2e5ca
  • Pointer size: 132 Bytes
  • Size of remote file: 2.29 MB
calibration/pocoX3/raw/365.png ADDED

Git LFS Details

  • SHA256: 4933537059a81819483696e52b2bdad51cbce1dc4fbf39ba3bbea9fe8ed1dcfa
  • Pointer size: 132 Bytes
  • Size of remote file: 2.31 MB
calibration/pocoX3/raw/375.png ADDED

Git LFS Details

  • SHA256: 9ccfd762313cca39adfc3ad71081e69e39b9852566a623697da198f5b45382e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
calibration/pocoX3/raw/380.png ADDED

Git LFS Details

  • SHA256: c9ee7ae3bf9f44179a5fa764cd4e474545e7bb100eb16d8a54086fed2b284845
  • Pointer size: 132 Bytes
  • Size of remote file: 2.25 MB
calibration/pocoX3/raw/385.png ADDED

Git LFS Details

  • SHA256: 9d6a7adf4fc965cd576e23aed268348a018e2d664ab0d000405187aaec0a6bb3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
calibration/pocoX3/raw/390.png ADDED

Git LFS Details

  • SHA256: 921833acbfef7352cf21a8091970f0edfa18f135065d59c7ad4041f0a4cfcfa8
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
calibration/pocoX3/raw/395.png ADDED

Git LFS Details

  • SHA256: 68d0b81b78b08953f6d2a91b11043b38fe4403b68d8c3ad368f93192ec8d0cdc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.04 MB
calibration/pocoX3/raw/40.png ADDED

Git LFS Details

  • SHA256: b03445b5c7b74a6b454492bf43459dadb24e9306c65ea03e2be46d72cd7c6a39
  • Pointer size: 132 Bytes
  • Size of remote file: 2.35 MB
calibration/pocoX3/raw/400.png ADDED

Git LFS Details

  • SHA256: 290eb37c5b7b12ae95319fa2347cd81aa91b8766b86693a1eb3381f03138c350
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
calibration/pocoX3/raw/425.png ADDED

Git LFS Details

  • SHA256: 0ec99bdb8a73daee4464e068fc7b2d0793fd02fa5e68f0a25837aab0c5b30b0e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
calibration/pocoX3/raw/430.png ADDED

Git LFS Details

  • SHA256: a5149c72e03579f8d7c66170d76df85b3663182de6eb3c1ffdb63bbd3a8a14c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.98 MB
calibration/pocoX3/raw/435.png ADDED

Git LFS Details

  • SHA256: 6e0c016c9e9772b85124399163677d7fe1a569913eeac2ec4e9b0e72f01a0662
  • Pointer size: 132 Bytes
  • Size of remote file: 1.95 MB
calibration/pocoX3/raw/445.png ADDED

Git LFS Details

  • SHA256: 14a28839b635ffe09af6a45289908779ebd026acf1fd8615ab71172d3ebf6214
  • Pointer size: 132 Bytes
  • Size of remote file: 2.02 MB
calibration/pocoX3/raw/450.png ADDED

Git LFS Details

  • SHA256: 0b2946a47de758fdbf7b21831def2a1a5494005f06dc7b700528c2db5a7e2d54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
calibration/pocoX3/raw/455.png ADDED

Git LFS Details

  • SHA256: 3f98a6f4b30fe4cfd22e00fcfc1f8ff79313b75cb06c463f74d186d41911b037
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
calibration/pocoX3/raw/465.png ADDED

Git LFS Details

  • SHA256: 94c6f5c760eadca9d5cdeb35d2498a1ac3d049d13e8b5f3936b5689a0eaee953
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
calibration/pocoX3/raw/475.png ADDED

Git LFS Details

  • SHA256: f32ace0b38dac210c139e5cfe38d256d9ed2ff6d81811d5b98f443307dbfb59b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.18 MB
calibration/pocoX3/raw/480.png ADDED

Git LFS Details

  • SHA256: 5734aaa4e77e4b9b8e37b74f47aab2c74db037f17a966b3bcfee2b6ab33b7828
  • Pointer size: 132 Bytes
  • Size of remote file: 2.33 MB
calibration/pocoX3/raw/490.png ADDED

Git LFS Details

  • SHA256: a1d86decf584e9cac6fbae8a065eabe159576581918d66485b0a9433ad87e3cb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.04 MB
calibration/pocoX3/raw/5.png ADDED

Git LFS Details

  • SHA256: d8dbc5a84608c366daf6bae5f467c25482fecb6d8e09a88b73f3cef916a0238c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.62 MB
calibration/pocoX3/raw/50.png ADDED

Git LFS Details

  • SHA256: 2a5d9779fd480d78bee631dc2f1545235e20fd18b804e4ec359ce667f99362ac
  • Pointer size: 132 Bytes
  • Size of remote file: 2.6 MB