<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-pt, branch opentrack-2.3-rc49p9</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p9</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p9'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-07-16T21:54:31Z</updated>
<entry>
<title>tracker/pt: don't scale down auto threshold value</title>
<updated>2016-07-16T21:54:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-16T21:49:48Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1938853fd7b5889f0381a6ad120f877b649d4887'/>
<id>urn:sha1:1938853fd7b5889f0381a6ad120f877b649d4887</id>
<content type='text'>
Also, make the slider signify the max point radius (hence squaring).
</content>
</entry>
<entry>
<title>tracker/pt: use final, pragma once</title>
<updated>2016-07-16T21:54:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-16T21:49:05Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c031551efd47e56384c46342df8a5b2030f19fb4'/>
<id>urn:sha1:c031551efd47e56384c46342df8a5b2030f19fb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>few: update/add copyright</title>
<updated>2016-07-16T21:54:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-16T21:48:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=006cc7bc4e23eff8c8fcf8bbb6d9c516676e7a3f'/>
<id>urn:sha1:006cc7bc4e23eff8c8fcf8bbb6d9c516676e7a3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui, tracker/{aruco,pt}, api: detect whether widget is visible on screen</title>
<updated>2016-07-16T21:54:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-16T21:44:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=754ae1a54132eb41332267fc70a42595017c5a6e'/>
<id>urn:sha1:754ae1a54132eb41332267fc70a42595017c5a6e</id>
<content type='text'>
Sadly, it's only implemented right now on win32.

Remove "set enabled" code for the video widget since it only works for
explicit window minimization, not covering by other windows.
</content>
</entry>
<entry>
<title>tracker/pt: declare floating-point type size in one place</title>
<updated>2016-07-16T21:32:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-16T21:32:48Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=16bb3e13dd2a7ed8fa3652e313d592dd81c73a07'/>
<id>urn:sha1:16bb3e13dd2a7ed8fa3652e313d592dd81c73a07</id>
<content type='text'>
We want double precision for POSIT. It's best for the type to be set in
ope place without the need to go over everything while switching it back
and forth during tests.

Machine epsilon for float is very small as per
&lt;https://en.wikipedia.org/wiki/Machine_epsilon&gt;. Also see the absurdly
high epsilon of 1e-4 of POSIT that we've had. With floats, making the
epsilon lower resulted in change deltas flushing to zero. This typically
led to the translation Z value being very unstable in PT.

After the epsilon and data type size changes the Z value is stable.
</content>
</entry>
<entry>
<title>tracker/pt: fix out-of-bounds write</title>
<updated>2016-07-06T15:09:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-06T15:09:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7a3569f80051d48ac427849c30b2f5685b368b71'/>
<id>urn:sha1:7a3569f80051d48ac427849c30b2f5685b368b71</id>
<content type='text'>
The input array has exactly 3 points. The vector has potentially more
points, sorted by circularity.

Spotted-by: @DaMichel
Closes #380
</content>
</entry>
<entry>
<title>tracker/pt: less jerky crosses on the video feed</title>
<updated>2016-06-21T11:57:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-21T11:57:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4de06e67025d8a5246a64ccd05312d2f7a2be2bc'/>
<id>urn:sha1:4de06e67025d8a5246a64ccd05312d2f7a2be2bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: adjust auto threshold max area size</title>
<updated>2016-06-21T09:11:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-21T09:11:11Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f434ba5aa24870582059725e72f5595c839ad3e0'/>
<id>urn:sha1:f434ba5aa24870582059725e72f5595c839ad3e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: fix points at (0,0) which are really NaN</title>
<updated>2016-06-21T09:10:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-21T09:10:45Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=cf09ec936348f1d59473cb50b35fe80addacfc44'/>
<id>urn:sha1:cf09ec936348f1d59473cb50b35fe80addacfc44</id>
<content type='text'>
Issue: #318
cf. http://forum.il2sturmovik.ru/topic/2291-open-track/page-26
</content>
</entry>
<entry>
<title>tracker/pt: move pi constant to headers</title>
<updated>2016-06-21T09:09:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-21T09:09:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d576eca6a6e894606239f36b54dcb3fe5f0744cf'/>
<id>urn:sha1:d576eca6a6e894606239f36b54dcb3fe5f0744cf</id>
<content type='text'>
</content>
</entry>
</feed>
