summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-07-30gui/settings: fix for track-loggerStanislaw Halik
Use the first tab when opening window. Don't misuse layouts.
2016-07-30logic/track-logger: delete copy operators for base classStanislaw Halik
2016-07-30logic/track-logger: fix misuse of virtual keywordStanislaw Halik
2016-07-30logic/track-logger: add virtual dtor to parent classStanislaw Halik
It's defined out-of-line so that vtable is emitted only once.
2016-07-30cmake: disable lto partitions for mingwStanislaw Halik
It affects generated code.
2016-07-30cmake: align functions to 16-byte boundaryStanislaw Halik
Helps on recent i7.
2016-07-30filter/accela: add rotation nonlinearity switchStanislaw Halik
This only applies to very beginning of gain spline.
2016-07-30gui/main: fix qt style paletteStanislaw Halik
Only changing style after QApplication's been defined sets the palette.
2016-07-30cmake: define M_PI and friends on mingw-w64Stanislaw Halik
2016-07-30Merge pull request #398 from DaMichel/loggingDaMichel
Track Logging
2016-07-29logging: file selection dialog can freeze. Therefore don't use native dialog?!DaMichel
2016-07-29logger: it is definitely nicer to not have things all over the placeDaMichel
2016-07-29track logging: why not write proper csv with COMMA separated lists! Also ↵DaMichel
write proper header.
2016-07-29new track logging: record poses in various stages of processing into a fileDaMichel
2016-07-25tracker/pt: drop signed/unsigned warningStanislaw Halik
2016-07-25logic/tracker: fix compensation for real this timeStanislaw Halik
2016-07-25gui: fix settings window margin for real this timeStanislaw Halik
2016-07-25cmake: cleanup unused varStanislaw Halik
2016-07-25logic/{simple-mat,tracker}: fix translation compensation signsStanislaw Halik
They didn't match between rotation and translation again.
2016-07-25tracker/pt: fix dynamic poseStanislaw Halik
Issue: #386
2016-07-25logic, pose-widget: fix following simple-mat moveStanislaw Halik
2016-07-25cmake/mingw-w64: default lto gzip -9 lto stream filesStanislaw Halik
Highly loaded drive slows down build otherwise.
2016-07-25api/simple-mat: move to logicStanislaw Halik
Change causes rebuilds of all modules otherwise.
2016-07-25api/simple-mat: use correct rmat -> euler formulaStanislaw Halik
2016-07-24cmake, qt: add qt.conf to try fix hidpiStanislaw Halik
User confirms dpiawareness=0 fixes hidpi.
2016-07-23gui/options: adjust widget spacingStanislaw Halik
2016-07-23logic/tracker: fix translation compensationStanislaw Halik
2016-07-23logic/tracker: fix typoStanislaw Halik
2016-07-23logic/work: move from headerStanislaw Halik
2016-07-23gui/options, logic: add experimental offset from centerStanislaw Halik
This works fine for rotating the translation.
2016-07-23logic/tracker: cleanupStanislaw Halik
2016-07-23gui: snap by one degree for rotation axis in spline widgetStanislaw Halik
2016-07-23spline-widget: round upward resulting positionStanislaw Halik
2016-07-23logic, api: switch euler to use euler_t input. adjust usages.Stanislaw Halik
2016-07-23api/simple-mat: don't use a temporary arrayStanislaw Halik
2016-07-23gui: don't try to force "windowsxp" styleStanislaw Halik
2016-07-23api/is-window-visible: move from headerStanislaw Halik
2016-07-23tracker/{aruco,pt}: draw the whole image rectangleStanislaw Halik
This fixes forced hidpi
2016-07-23tracker/{aruco,pt}: only check window visibility once every two secondsStanislaw Halik
The check is becoming more expensive with more positions checked.
2016-07-23api/is-window-visible: check for more window positionsStanislaw Halik
Having the window center invisible making the feed not refresh is confusing. Also check for all the corners.
2016-07-23logic/tracker: users report camera offset for rotation is goodStanislaw Halik
Requested-by: @WF000, white_fang on bms forum Issue: #392
2016-07-23pose-widget: use common code for euler -> rmatStanislaw Halik
2016-07-23pose-widget: don't display when window hiddenStanislaw Halik
When the opentrack window isn't displayed (minimized or hidden by some other window), don't bother with refreshing the image.
2016-07-23pose-widget: don't do barycentric lookup twiceStanislaw Halik
In the affine transformation (aka the pose widget) of The Octopus we use barycentric coordinates of two triangles making up The Octopus rectangle. Triangles are symmetrical. Take advantage of the symmetry (no perspective transform applied) and take barycentric coordinates only once.
2016-07-23tracker/udp: adjust margins in dialogStanislaw Halik
2016-07-23gui/main: enable display scaling. move setenv PATH as own functionStanislaw Halik
2016-07-22oopsDaMichel
2016-07-20tracker/pt: change brightness formulaStanislaw Halik
Use square root of area. Otherwise very small bright points are unfairly used.
2016-07-20tracker/pt: adjust min/max radius for auto thresholdStanislaw Halik
2016-07-20tracker/pt: don't occlude point centers so muchStanislaw Halik