| Age | Commit message (Collapse) | Author |
|
* unstable:
cmake: update toolchain file
shortcuts: fix osx/linux keystrokes persisting
cmake: fix copy-paste comment
cmake: add toolchain file for OSX
cmake: add osx policy to make it shutup
x-plane: ignore diagnostic
osx: nix warning
gitattributes: more text extensions to eol=lf
cmake: timestamp logic simplify/fix
cmake: no timestamp for tag builds
all: update copyright where appropriate
all: comments only
cmake: regen before making tarball
cmake: fix dropbox share invocation
tracker: initialize newpose
pt: use previous pose on NaN result from POSIT
accela: also don't poison ewma state with nans
cmake: fix tarball invocation
accela: elide NaN output values
qfc: elide NaN values
pt: reformat more
pt: reformat posit
pt: refactor auto threshold somewhat
pt: rename ill-chosen name
pt: switch min/max point size to reals
cmake: upload tarball to Dropbox but only if I'm the user
cmake: add tarball timestamp so it gets rebuilt
cmake: don't regen version if none changed
cmake: fix git describe --dirty
cmake: retab git module
fix tarball target
cmake: mark dirty tree
cmake: regen tarball even if exists
cmake: generate version.cc
tracker: check for NaN values
accela: don't check NaNs in filter, wrong place
cmake: drop -ffast-math, allow for NaN check
shortcuts: actually print screen binding works
shortcuts: alias right modifier keys to left modifier keys
shortcuts: allow for binding scroll lock and pause/break
accela: also filter out NaNs on tracking start
allow for filter immediate center
|
|
This will reset dynamic pose resolution if the error persists.
|
|
Sponsored-by: TrackHat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It crashes after drawing a frame for now.
|
|
We're going to merge to trackhat often so let's not introduce needless
conflicts.
PT headers need to be include-able.
|
|
Uses a simpler method without computing point velocities.
Issues: #112, #126
|
|
Issue: #107
|
|
Issue: #96
Model values are recomputed every frame. This shouldn't matter, as
there's very little to compute.
With this change, sliders and other options are applied immediately, and
the "Apply" button is gone.
|
|
Issue: #96
Having user-supplied camera fov, we can prevent yaw and pitch occuring
by itself when moving horizontally and vertically.
Note PointExtractor::extract_points(Mat& frame) should enable same value
for fx and fy:
c[0] = (mx/m - W/2)/W;
c[1] = -(my/m - H/2)/W;
|
|
Issue: #98
|
|
Issue: #98
|
|
|
|
"FrameTrafo" isn't a word even. Rename to "Affine"
|
|
|
|
Reported-by: @FlyingCircus-
Issue: #63
Tested-by: video provided by @FlyingCircus-
|
|
|
|
|
|
Likely as per <http://www.purplemath.com/modules/determs.htm> meant det
|
|
|
|
Some PT features got under the knife:
- dynamic pose resolution velocity prediction model
- tracker dialog's tracker tab
- focal length coefficient
|
|
Some PT features got under the knife:
- dynamic pose resolution velocity prediction model
- tracker dialog's tracker tab
- focal length coefficient
|
|
|
|
|
|
|
|
Codebase broken at this stage
|
|
|
|
|
|
|
|
|
|
.git/config:
[core]
ignorecase = false
|