diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2012-09-24 01:03:01 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2012-09-24 01:03:01 +0000 |
commit | 72d392a3741a854847351d44fa551751ffd9480f (patch) | |
tree | d163a1f5f861d3eab3f9fca490c59a4dc69dcc5c /bin/cal | |
parent | 368fea16848f4a4cc006145374a5edb42ee781fe (diff) |
Add gitignore, recompile qfc, and create my camera's calibration file
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@168 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'bin/cal')
-rwxr-xr-x | bin/cal/Logitech HD Webcam C525.lens | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/cal/Logitech HD Webcam C525.lens b/bin/cal/Logitech HD Webcam C525.lens new file mode 100755 index 00000000..632d87fc --- /dev/null +++ b/bin/cal/Logitech HD Webcam C525.lens @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<LensParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xmlns="http://www.seeingmachines.com/faceapi/coreframework/layer3/image/image/coords" xmlns:xs="http://www.w3.org/2001/XMLSchema" >
+ <fx>-931.20577838469796</fx>
+ <fy>-989.61968745875026</fy>
+ <ox>320.0</ox>
+ <oy>240.0</oy>
+ <skew>0.721257304978006</skew>
+ <k1>0.000000000000000</k1>
+ <k2>0.000000000000000</k2>
+ <k3>0.000000000000000</k3>
+ <k4>0.000000000000000</k4>
+ <k5>0.000000000000000</k5>
+ <cal_image_cols>640</cal_image_cols>
+ <cal_image_rows>480</cal_image_rows>
+</LensParameters>
|