<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/ftnoir_tracker_pt/point_tracker.cpp, branch opentrack-2.3-rc14</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc14</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc14'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-07-03T08:48:44Z</updated>
<entry>
<title>pt: reintroduce dynamic pose timer</title>
<updated>2015-07-03T08:48:44Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-03T08:20:18Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=06a5c5d3e373b016d8a8917285c9b8a14e85f719'/>
<id>urn:sha1:06a5c5d3e373b016d8a8917285c9b8a14e85f719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pt: start with all zeros if no pose supplied</title>
<updated>2015-02-17T04:50:37Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-02-17T04:50:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=48d1c492f738f077a89d7d0fbbfb9c8d368fefa0'/>
<id>urn:sha1:48d1c492f738f077a89d7d0fbbfb9c8d368fefa0</id>
<content type='text'>
Issue: #106
</content>
</entry>
<entry>
<title>bring back dynamic pose resolution following user outrage</title>
<updated>2015-02-01T02:48:14Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-02-01T02:48:14Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f3fc96424dfc31576917e39db555cc5d68ddc4af'/>
<id>urn:sha1:f3fc96424dfc31576917e39db555cc5d68ddc4af</id>
<content type='text'>
Uses a simpler method without computing point velocities.

Issues: #112, #126
</content>
</entry>
<entry>
<title>fix d_order logic</title>
<updated>2014-12-21T12:30:55Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-12-21T12:30:55Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0812312b232eb1ed85128d1ae141a4967964fa55'/>
<id>urn:sha1:0812312b232eb1ed85128d1ae141a4967964fa55</id>
<content type='text'>
Issue: #107

The d value was computed using points from camera, not model
coordinates.
</content>
</entry>
<entry>
<title>pt: fix d_order logic</title>
<updated>2014-12-20T22:29:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-12-20T22:29:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5996bd4e9a567a73882d12ad7a6708f93b06bb69'/>
<id>urn:sha1:5996bd4e9a567a73882d12ad7a6708f93b06bb69</id>
<content type='text'>
Issue: #107
</content>
</entry>
<entry>
<title>pt: use 2d coordinates only for d_order</title>
<updated>2014-12-18T16:47:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-12-18T16:47:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2ce0fad97d34449e780a22a1cf5bc9a5e6ce9703'/>
<id>urn:sha1:2ce0fad97d34449e780a22a1cf5bc9a5e6ce9703</id>
<content type='text'>
Issue: #107
</content>
</entry>
<entry>
<title>pt: use settings framework</title>
<updated>2014-12-14T22:29:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-12-14T22:29:53Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2294a2866cf6ee48b8f4557c0fd47ad2fe112a4a'/>
<id>urn:sha1:2294a2866cf6ee48b8f4557c0fd47ad2fe112a4a</id>
<content type='text'>
Issue: #96

Model values are recomputed every frame. This shouldn't matter, as
there's very little to compute.

With this change, sliders and other options are applied immediately, and
the "Apply" button is gone.
</content>
</entry>
<entry>
<title>pt: set correct focal length from camera fov</title>
<updated>2014-12-13T23:19:17Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-12-13T23:19:17Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=253c206c171b5f064addccda266a1998039409ad'/>
<id>urn:sha1:253c206c171b5f064addccda266a1998039409ad</id>
<content type='text'>
Issue: #96

Having user-supplied camera fov, we can prevent yaw and pitch occuring
by itself when moving horizontally and vertically.

Note PointExtractor::extract_points(Mat&amp; frame) should enable same value
for fx and fy:

			c[0] =  (mx/m - W/2)/W;
			c[1] = -(my/m - H/2)/W;
</content>
</entry>
<entry>
<title>fit line using basic arithmetic</title>
<updated>2014-11-28T22:21:12Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-11-28T22:21:12Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8a87e1a658f04eaffa10da30f019a64902f8d917'/>
<id>urn:sha1:8a87e1a658f04eaffa10da30f019a64902f8d917</id>
<content type='text'>
Issue: #98
</content>
</entry>
<entry>
<title>pt: use 3D coordinates for distinguishing points</title>
<updated>2014-11-28T22:03:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-11-28T22:03:04Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2ba54cd3841d41fb3838a3910941c763586414af'/>
<id>urn:sha1:2ba54cd3841d41fb3838a3910941c763586414af</id>
<content type='text'>
Issue: #98
</content>
</entry>
</feed>
