Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-19 | logic, compat: remove pointless debug messages | Stanislaw Halik | |
2016-07-19 | tracker/pt: reduce locking | Stanislaw Halik | |
2016-07-19 | tracker/pt: check for nan before writing pose | Stanislaw Halik | |
2016-07-19 | move nan check to compat | Stanislaw Halik | |
2016-07-19 | cmake: fix libexec dir on linux | Stanislaw Halik | |
2016-07-19 | proto/{ft,wine}: simplify qprocess killing logic | Stanislaw Halik | |
2016-07-19 | proto/wine: unbreak | Stanislaw Halik | |
2016-07-19 | cmake: allow only detected word size of 4 or 8 | Stanislaw Halik | |
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-19 | tracker/pt: round text position of displayed point radii | Stanislaw Halik | |
2016-07-19 | tracker/pt: replace point extractor with original one by Patrick Ruoff | Stanislaw Halik | |
The new extractor we've been using doesn't take into account brightness at all. All contours give is the ability to sort points by circularity. v2: Change the auto threshold point size range to 2->7 pixels radius. Issue: #389 v3: sort by radius instead | |||
2016-07-19 | compat/options: don't copy-paste config filename retrieval | Stanislaw Halik | |
2016-07-19 | gui: add portable check for config writability | Stanislaw Halik | |
2016-07-19 | tracker/rift: reorder includes | Stanislaw Halik | |
2016-07-19 | some: replace hardcoded pi values with the same pi constant | Stanislaw Halik | |
We can't depend on M_PI existing after including cmath. | |||
2016-07-18 | proto/ft: cleanup deg->rad conversionopentrack-2.3-rc49p9 | Stanislaw Halik | |
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-07-18 | gui: add application path and modules subdir to PATH | Stanislaw Halik | |
Without it, win32 won't load some modules. This is probably a security feature on windows nt. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-18 | cmake: install module stuff in ./modules/ on win32 | Stanislaw Halik | |
2016-07-18 | cmake: expose more prefixes in generated header | Stanislaw Halik | |
2016-07-18 | cmake: allow for installing a dll alongside the main executable | Stanislaw Halik | |
2016-07-18 | csv: omg #385 | Stanislaw Halik | |
2016-07-17 | fix prediction error cov propagation in KF | DaMichel | |
2016-07-16 | tracker/pt: don't scale down auto threshold value | Stanislaw Halik | |
Also, make the slider signify the max point radius (hence squaring). | |||
2016-07-16 | tracker/pt: use final, pragma once | Stanislaw Halik | |
2016-07-16 | few: update/add copyright | Stanislaw Halik | |
2016-07-16 | installer: update install subdir | Stanislaw Halik | |
2016-07-16 | csv: remove entry for unused Arma game Id | Stanislaw Halik | |
2016-07-16 | logic: make translation mapping range sensible | Stanislaw Halik | |
2016-07-16 | gui: get rotation sign right | Stanislaw Halik | |
2016-07-16 | freetrackclient: update | Stanislaw Halik | |
2016-07-16 | filter/accela: update translation gains | Stanislaw Halik | |
They were too staircase-like. | |||
2016-07-16 | bin: recompile freetrackclient.dll | Stanislaw Halik | |
2016-07-16 | contrib: update | Stanislaw Halik | |
2016-07-16 | cmake: simplify path with no hier | Stanislaw Halik | |
2016-07-16 | gui, tracker/{aruco,pt}, api: detect whether widget is visible on screen | Stanislaw Halik | |
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. | |||
2016-07-16 | tracker/pt: declare floating-point type size in one place | Stanislaw Halik | |
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 <https://en.wikipedia.org/wiki/Machine_epsilon>. 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. | |||
2016-07-14 | proto/vjoy: fix linkopentrack-2.3-rc49p8 | Stanislaw Halik | |
2016-07-14 | cmake: cleanup unused code | Stanislaw Halik | |
2016-07-10 | simple sim in python for playing with kalman filtering | DaMichel | |
2016-07-08 | Merge pull request #383 from DaMichel/kalman | Stanisław Halik | |
Kalman filter | |||
2016-07-08 | Kalman filter works with the other kind of timer. | DaMichel | |
2016-07-08 | tracker/aruco: undo corner refinement method switch | Stanislaw Halik | |
2016-07-08 | proto/vjoy: for MSVC C++ linkage is used | Stanislaw Halik | |
Reported-by: @DaMichel Issue: #381 | |||
2016-07-08 | tracker/aruco: pre-initialize pose with DLS for LM | Stanislaw Halik | |
2016-07-08 | Merge branch 'compiling' of https://github.com/DaMichel/opentrack into unstable | Stanislaw Halik | |
Issue: #381 | |||
2016-07-08 | proto/vjoy: use correct linkage; fix MSVC | Stanislaw Halik | |
Submitted-by: @DaMichel Issue: #381 | |||
2016-07-08 | proto/vjoy: oops | Stanislaw Halik | |
Spotted-by: @DaMichel Issue: #381 | |||
2016-07-08 | proto/vjoy: add driver uri to dialog | Stanislaw Halik | |