<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-pt, branch opentrack-2.3-rc49p0</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p0</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p0'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-05-15T10:34:38Z</updated>
<entry>
<title>many: remove executable bit from source files</title>
<updated>2016-05-15T10:34:38Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:32:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=386b0884f19b5d05cbbbce2bda1be6f4dc437ece'/>
<id>urn:sha1:386b0884f19b5d05cbbbce2bda1be6f4dc437ece</id>
<content type='text'>
We no longer have this recurring problem since I enabled
ignoring executable bit changes on the Windows workstation.
</content>
</entry>
<entry>
<title>Revert "tracker/pt: experimental non-white color removal"</title>
<updated>2016-05-13T20:54:50Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-13T20:54:50Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c772987dde5c42aa7f236ac7708f6e7d063d4aa7'/>
<id>urn:sha1:c772987dde5c42aa7f236ac7708f6e7d063d4aa7</id>
<content type='text'>
This reverts commit 546cfb5ad52dcfe1421d1af5e7baeada588ac735.

@MathijsG points out that some users have red LEDs, not uniform white.
Issue: #355
</content>
</entry>
<entry>
<title>tracker/pt: adjust auto threshold max pixel value</title>
<updated>2016-05-13T20:40:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-13T20:40:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=18c0e8ff59c715ff92cbbd926d0f4f998eebeb7b'/>
<id>urn:sha1:18c0e8ff59c715ff92cbbd926d0f4f998eebeb7b</id>
<content type='text'>
The confusion stems from the max slider value. It's 255, not 100 as is
the default. Max pixel count change to 20 was confused as we'll counting
area and not radius here. Taking into account that the value was divided
by 100 previously, it's bit less than the previous one but not as
confused as then.

Reported-by: @MathijsG
Issue: #355
</content>
</entry>
<entry>
<title>many: remove unneeded implicit type conversion double &lt;-&gt; float</title>
<updated>2016-05-13T11:19:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-13T11:19:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=74d9f5e31428ef362033a63c10b781d943c5e5a5'/>
<id>urn:sha1:74d9f5e31428ef362033a63c10b781d943c5e5a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: conversion to unsigned char clamps by itself</title>
<updated>2016-04-29T07:44:40Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-04-29T07:44:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4db6f6334d13ed5e8696dfa0208b42b3e9a2352a'/>
<id>urn:sha1:4db6f6334d13ed5e8696dfa0208b42b3e9a2352a</id>
<content type='text'>
Remove redundant operation on the frame.
</content>
</entry>
<entry>
<title>tracker/pt: sensible max point size</title>
<updated>2016-04-27T06:00:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-04-27T06:00:58Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fb7e86d02e1d9a15dedad048aa477c1985423057'/>
<id>urn:sha1:fb7e86d02e1d9a15dedad048aa477c1985423057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: experimental non-white color removal</title>
<updated>2016-04-27T05:28:55Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-04-27T05:28:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=546cfb5ad52dcfe1421d1af5e7baeada588ac735'/>
<id>urn:sha1:546cfb5ad52dcfe1421d1af5e7baeada588ac735</id>
<content type='text'>
It's enabled only for automatic thresholding. With it on, it's possible
to keep tracking in normal light conditions without changing gain or
exposure beforehand.

It won't function on badly overexposed images, or with other bright
white colors in the frame. It should function on somewhat overexposed
images.

CPU usage is somewhat high, even taking advantage of all OpenCV SIMD
goodness as per the code.  We can revert the change if user reception is
bad.
</content>
</entry>
<entry>
<title>tracker/pt: add caveat to POSIT</title>
<updated>2016-04-23T11:24:14Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-04-23T11:21:45Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6f93d32fba2c1ce1f074bc339c52c27894b39740'/>
<id>urn:sha1:6f93d32fba2c1ce1f074bc339c52c27894b39740</id>
<content type='text'>
causes breakage. even with denormal flush to zero it's not correct to
compare to epsilon.
</content>
</entry>
<entry>
<title>Revert "tracker/pt: don't use exact float comparison in POSIT"</title>
<updated>2016-03-07T19:54:34Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-03-07T19:54:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a066d4c7ee3f5a5b1fefedbee59d05b820e4cf45'/>
<id>urn:sha1:a066d4c7ee3f5a5b1fefedbee59d05b820e4cf45</id>
<content type='text'>
This reverts commit a40a557caddad5285bd03b79dca5f7a94d1f44c5.
</content>
</entry>
<entry>
<title>tracker/pt: don't use exact float comparison in POSIT</title>
<updated>2016-03-06T23:35:38Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-03-06T08:13:49Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a40a557caddad5285bd03b79dca5f7a94d1f44c5'/>
<id>urn:sha1:a40a557caddad5285bd03b79dca5f7a94d1f44c5</id>
<content type='text'>
</content>
</entry>
</feed>
