<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-pt/point_tracker.h, branch trackhat-1.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-01-06T19:16:18Z</updated>
<entry>
<title>Merge branch 'unstable' into trackhat</title>
<updated>2016-01-06T19:16:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-01-06T19:07:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=82f3d7373234cc0db79a22d476cb54b5eda7a0ea'/>
<id>urn:sha1:82f3d7373234cc0db79a22d476cb54b5eda7a0ea</id>
<content type='text'>
* unstable: (140 commits)
  tracker/pt: increase auto threshold bucket size again
  tracker/pt: limit max amount of extracted blobs
  gui: don't update main window if we're minimized
  tracker/pt: only show widget if the frame is visible
  tracker/pt: don't resize twice in widget
  freetrack/games: regen
  contrib/make-csv: perl sort isn't stable, don't ignore case
  tracker/pt: avoid widget temp QImage allocation
  spline-widget: oops, pass by reference
  tracker/pt: don't allocate temporary dynamic size arrays
  tracker/pt: don't copy points array needlessly
  tracker/pt: don't allocate temporary frame
  tracker/pt: cv::Mat::at&lt;T&gt; is slow, use cv::Mat::ptr
  tracker/pt: avoid widget malloc when able
  tracker/pt: optimize widget
  tracker/pt: update video widget at 40 -&gt; 50 ms
  cmake/mingw-w64: update
  tracker/pt: reduce mutex contention
  gui: fix left margin
  tracker/pt: remove krap
  tracker/pt: move ctor out of the loop
  tracker/pt: nix unused
  tracker/pt: don't fill mask on frame
  pose-widget: also bilinear interpolation of alpha value
  ui: adjust margin
  ui: make more compact
  glwidget: use transparent octopus background
  api/mat: fix typos/breakage
  api/joy: refresh only manually on certain events
  pt: histogram more granular 6 -&gt; 8
  cmake/api: link with strmiids.lib on win32
  tracker/pt: reduce auto thresholding histogram bucket size
  api/keys: prevent idempotent keys
  api/joy: move from header
  api/joy: prevent idempotent keypressed passed to receiver
  compat/options: get rid of std::string usage
  compat/options: move from header
  gui/settings: set parent, otherwise not modal
  gui/settings: don't forget to show a modal dialog before executing
  gui/main: don't raise a new window, it's enough to set visible
  api/joy: speed up poll_axis path
  api/joy: nix static, now that we're not a singleton
  tracker/joy: adapt to non-singleton joy worker
  joystick: no longer singleton, use fake window handle
  api/keys: use a fake window for DirectInput handle
  gui/keys: allow for pausing global keystrokes for options dialog
  api/keys: nix tautological #ifdef
  contrib/aruco: oops, right extension
  contrib/aruco: use @frost555's marker image
  api/camera-names: move to compat/
  ...
</content>
</entry>
<entry>
<title>tracker/pt: reduce mutex contention</title>
<updated>2015-12-18T18:57:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-18T18:57:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8a60f1c9613d396b50aa6adec4b1f5ffdb9e9806'/>
<id>urn:sha1:8a60f1c9613d396b50aa6adec4b1f5ffdb9e9806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: nix unused</title>
<updated>2015-12-18T18:45:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-18T18:45:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=02fe02c3e09ff28ce235a90bdd7f70eba1da95c8'/>
<id>urn:sha1:02fe02c3e09ff28ce235a90bdd7f70eba1da95c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pt: fix hat coords for trackhat</title>
<updated>2015-10-31T17:14:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-31T17:10:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1e4dfb7040e2da191e5a96f11454a6e9cc8e1285'/>
<id>urn:sha1:1e4dfb7040e2da191e5a96f11454a6e9cc8e1285</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat</title>
<updated>2015-10-30T08:01:32Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-30T08:01:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d785d3616500d5846ac8c5f5a6347da832a593b4'/>
<id>urn:sha1:d785d3616500d5846ac8c5f5a6347da832a593b4</id>
<content type='text'>
* unstable:
cmake: cleanup hydra
rename gui directory
move to subdirectory-based build system
cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain file
rift-080: forgot ovr_Initialize()
rift 025: fix name
</content>
</entry>
<entry>
<title>move to subdirectory-based build system</title>
<updated>2015-10-30T07:39:32Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-30T06:37:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=aa066bdd4622d4f6824fee864f6be6806813f04d'/>
<id>urn:sha1:aa066bdd4622d4f6824fee864f6be6806813f04d</id>
<content type='text'>
Closes #224
</content>
</entry>
</feed>
