<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-pt/ftnoir_tracker_pt_dialog.h, branch kinect-point-tracker</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=kinect-point-tracker</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=kinect-point-tracker'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2019-02-21T18:17:21Z</updated>
<entry>
<title>tracker/pt: don't `namespace pt_module' for core PT stuff</title>
<updated>2019-02-21T18:17:21Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-21T18:11:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=ff38e35d832b7c7a3e189bee4a80271fd3a3c978'/>
<id>urn:sha1:ff38e35d832b7c7a3e189bee4a80271fd3a3c978</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cv/video-widget: make it work without opencv</title>
<updated>2019-02-11T19:21:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-11T17:35:24Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=15a8ad060653a521bcd175b495455a0e09377050'/>
<id>urn:sha1:15a8ad060653a521bcd175b495455a0e09377050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: expose dialog for subclassing</title>
<updated>2018-01-25T15:13:16Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-25T15:13:16Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2a26cbf9a428d79bec2a692c3768d4b18cff79a5'/>
<id>urn:sha1:2a26cbf9a428d79bec2a692c3768d4b18cff79a5</id>
<content type='text'>
Issue: #718
</content>
</entry>
<entry>
<title>compat/correlation-calibration: retire</title>
<updated>2018-01-18T22:55:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-18T22:46:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7cf79b12ddbfeedf24861ff489a1008f867d9440'/>
<id>urn:sha1:7cf79b12ddbfeedf24861ff489a1008f867d9440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: move impl bits away from pt-base</title>
<updated>2018-01-18T22:55:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-18T22:45:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0657dc14e07ee705a8ab0bba67dfbe04c603db49'/>
<id>urn:sha1:0657dc14e07ee705a8ab0bba67dfbe04c603db49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: allow for reuse</title>
<updated>2018-01-11T18:03:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-11T18:03:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fbd961775001228f6ffd9cc3bf09aa2de610aeae'/>
<id>urn:sha1:fbd961775001228f6ffd9cc3bf09aa2de610aeae</id>
<content type='text'>
Issue: #718

This allows for replacing the camera and point extractor code. See
`module.cpp' and `pt-api.hpp`.
</content>
</entry>
<entry>
<title>compat, tracker-pt: add unfinished calibrator</title>
<updated>2018-01-03T13:35:57Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-03T13:28:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c012e1ed0751cd549033aac6cf5507ecf2b5d754'/>
<id>urn:sha1:c012e1ed0751cd549033aac6cf5507ecf2b5d754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt, options: fix threshold slider</title>
<updated>2017-10-13T16:53:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-10-13T16:53:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9da6dff1800d6b6598e6ad04465ee8b9cabb4167'/>
<id>urn:sha1:9da6dff1800d6b6598e6ad04465ee8b9cabb4167</id>
<content type='text'>
It's only the tie_setting(slider_value, QSlider) that
has race-free slider updates. Needed to update the
threshold slider representation.

Remove the tie_setting(int, QSlider) overload since it
doesn't have the logic.

Add a migration.

Add base_value::notify() for use-cases like the
checkbox updating the label.
</content>
</entry>
<entry>
<title>tracker/pt: replace point extraction algorithm</title>
<updated>2017-06-22T05:27:36Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-06-22T05:27:36Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0ebf074be440dc5ba30802fdccfc786c6d4acbd7'/>
<id>urn:sha1:0ebf074be440dc5ba30802fdccfc786c6d4acbd7</id>
<content type='text'>
Profiling over a longer time period showed a bottleneck
while iterating pixels with `cv::floodFill()'. Contours
are actually faster, and we have MeanShift to establish
the proper center basing on pixel intensities.
</content>
</entry>
<entry>
<title>tracker/pt: poll for tracker info only when it could change</title>
<updated>2016-10-19T12:46:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-10-18T16:16:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=17ff32c097eeb9ad786039c83e6845444957468f'/>
<id>urn:sha1:17ff32c097eeb9ad786039c83e6845444957468f</id>
<content type='text'>
</content>
</entry>
</feed>
