summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2012-09-24 01:03:01 +0000
committerStanislaw Halik <sthalik@misaki.pl>2012-09-24 01:03:01 +0000
commit72d392a3741a854847351d44fa551751ffd9480f (patch)
treed163a1f5f861d3eab3f9fca490c59a4dc69dcc5c
parent368fea16848f4a4cc006145374a5edb42ee781fe (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
-rw-r--r--.gitignore8
-rwxr-xr-xbin/QFunctionConfigurator.dllbin65536 -> 106496 bytes
-rwxr-xr-xbin/cal/Logitech HD Webcam C525.lens15
3 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..cf858ac6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+[Dd]ebug
+[Rr]elease
+/bin/*
+/bin_dbg/*
+[Gg]enerated[Ff]iles
+*.ncb
+*.suo
+*.user
diff --git a/bin/QFunctionConfigurator.dll b/bin/QFunctionConfigurator.dll
index 0f0cd18a..191ebe92 100755
--- a/bin/QFunctionConfigurator.dll
+++ b/bin/QFunctionConfigurator.dll
Binary files differ
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>