summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-10 16:36:30 -0800
committerStanislaw Halik <sthalik@misaki.pl>2013-12-10 16:36:30 -0800
commit0f349108853d0ae1e266198be3c227fd6ef4f463 (patch)
tree38266486aacec5993fc80f28fd923fa7d8f648be /README.md
parent27d0ff6e03cce603c5dd47b3fa78581b6a6120d5 (diff)
parent927948970782fe1d91b5827bd3c7662e82a298b8 (diff)
Merge pull request #14 from usrusr/feature/pt-hysteresis
Feature/pt hysteresis
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fbbead33..8475ecfe 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
Windows binary builds are available at <http://ananke.laggy.pk/opentrack/>
Source code access available at <http://github.com/opentrack/opentrack/>
@@ -56,3 +57,9 @@ compatible with it unless resides in separate address space.
It's recommended to submit new code under ISC license, it's a shorter
boilerplate header than MIT/X11 or new BSD.
+
+# this fork/branch: usrusr/opentrack feature/pt-hysteresis
+
+Per pixel hysteresis for point tracker: sacrifice some precision, cpu and sensitivity to minor movements for greatly reduced jitter from pixel noise at full responsivity (usable without postprocessing filters!)
+-- Ulf Schreiber
+Ulf Schreiber