diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rwxr-xr-x | bin/QFunctionConfigurator.dll | bin | 65536 -> 106496 bytes | |||
-rwxr-xr-x | bin/cal/Logitech HD Webcam C525.lens | 15 |
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 Binary files differindex 0f0cd18a..191ebe92 100755 --- a/bin/QFunctionConfigurator.dll +++ b/bin/QFunctionConfigurator.dll 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>
|