Mineyev_Roman_I_rmineyev3 commited on
Commit
40459aa
·
2 Parent(s): 8732a4c6237dfa

Merge branch 'main' of hf.co:datasets/microscope-project/microscope-data

Browse files
manual_scans/almond_w_light_20260428_232356/intrinsics.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_matrix": [
3
+ [
4
+ 6488.94727,
5
+ 0.0,
6
+ 865.829804
7
+ ],
8
+ [
9
+ 0.0,
10
+ 6196.34915,
11
+ 565.524741
12
+ ],
13
+ [
14
+ 0.0,
15
+ 0.0,
16
+ 1.0
17
+ ]
18
+ ],
19
+ "distortion_coefficients": [
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0
26
+ ]
27
+ ]
28
+ }