initial commit
This commit is contained in:
commit
e505acdb29
41 changed files with 2922 additions and 0 deletions
11
content/calib/calibration.yml
Executable file
11
content/calib/calibration.yml
Executable file
|
@ -0,0 +1,11 @@
|
|||
%YAML:1.0
|
||||
camera_matrix: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 3
|
||||
dt: f
|
||||
data: [ 1891.07, 0.0, 640, 0.0, 1891.07, 360, 0.0, 0.0, 1.0]
|
||||
dist_coeffs: !!opencv-matrix
|
||||
rows: 1
|
||||
cols: 5
|
||||
dt: f
|
||||
data: [1.68091e-02, -7.14552e-02, -5.65886e-03, -5.23482e-04, -3.39946e-02]
|
13
content/calib/monitor_desktop.yml
Executable file
13
content/calib/monitor_desktop.yml
Executable file
|
@ -0,0 +1,13 @@
|
|||
%YAML:1.0
|
||||
monitor_W: 516
|
||||
monitor_H: 323
|
||||
monitor_R: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 3
|
||||
dt: f
|
||||
data: [ -0.99955, -0.02891, -0.0082861, -0.028948, 0.99957, 0.0044949, 0.0081526, 0.0047327, -0.99996]
|
||||
monitor_T: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 1
|
||||
dt: f
|
||||
data: [269.41, 48.561, 5.8344]
|
13
content/calib/monitor_laptop.yml
Executable file
13
content/calib/monitor_laptop.yml
Executable file
|
@ -0,0 +1,13 @@
|
|||
%YAML:1.0
|
||||
monitor_W: 310
|
||||
monitor_H: 174
|
||||
monitor_R: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 3
|
||||
dt: f
|
||||
data: [ -0.99988, -0.009735, -0.01203, -0.0094674, 0.99971, -0.022108, 0.012242, -0.021992, -0.99968]
|
||||
monitor_T: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 1
|
||||
dt: f
|
||||
data: [149.91, 29.575, -18.884]
|
6
content/model/face_model.yml
Executable file
6
content/model/face_model.yml
Executable file
|
@ -0,0 +1,6 @@
|
|||
%YAML:1.0
|
||||
face_model: !!opencv-matrix
|
||||
rows: 3
|
||||
cols: 6
|
||||
dt: f
|
||||
data: [ -45.096768, -21.312858, 21.312858, 45.096768, -26.299577, 26.299577, -0.483773,0.483773, 0.483773, -0.483773, 68.595035,68.595035, 2.397030, -2.397030, -2.397030, 2.397030, -0.000000, -0.000000]
|
Loading…
Add table
Add a link
Reference in a new issue