summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-07-02more changesStanislaw Halik
2015-07-01Merge branch 'unstable' of github.com:opentrack/opentrack into trackhat-uiStanislaw Halik
2015-07-01pt: show color frame in widgetStanislaw Halik
2015-07-01pt: fix sqrt epsStanislaw Halik
2015-07-01pt: use iterative contour detectorStanislaw Halik
2015-07-01freetrack: use volatileStanislaw Halik
2015-07-01cmake: adjust install permsStanislaw Halik
2015-07-01qfc: always draw line to last pointStanislaw Halik
2015-07-01qfc: adapt step size to boundStanislaw Halik
2015-07-01accela: use spline mapper for gainStanislaw Halik
2015-06-19pt: extractor algorithm based on OpenCV's SimpleBlobDetectorStanislaw Halik
Tunables are probably wrong, we'll get to that later.
2015-06-19pt: remove hysteresisStanislaw Halik
No one used it, and we have a better solution for stable extraction, pending commit.
2015-06-18nix stderr spamStanislaw Halik
2015-06-18nix stderr spamStanislaw Halik
2015-06-18add forgotten label displayStanislaw Halik
2015-06-18Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-06-18Revert "options: add support for QRadioButton"Stanislaw Halik
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463.
2015-06-18Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-06-18options: return default value after revert, not type's default valueStanislaw Halik
Issue: #173
2015-06-18minor fixes nowStanislaw Halik
2015-06-18Revert "options: add support for QRadioButton"Stanislaw Halik
This reverts commit 4c98d6cdc8b99ee1e517b2f82be1b0b5fc17d988.
2015-06-18need space hereStanislaw Halik
2015-06-18Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-06-18cmake: switch LTO offStanislaw Halik
It emits broken binaries on trackhat branch. If it's so easy to break let's not use it.
2015-06-18add PointTracker copyright noticeStanislaw Halik
We don't display any of Patrick's details in the binary builds so add the notice.
2015-06-18don't install HT stuffStanislaw Halik
2015-06-18Merge branch 'unstable' into trackhat-uiStanislaw Halik
Conflicts: ftnoir_tracker_pt/point_extractor.cpp
2015-06-18cmake: add toolchain debug versionStanislaw Halik
2015-06-18forgot #pragma once, add headersStanislaw Halik
2015-06-18flushStanislaw Halik
It crashes after drawing a frame for now.
2015-06-16simple-mat: allow pitch axis go -180->180Stanislaw Halik
To be reverted if broken
2015-06-16pt: try simple method of point extractionStanislaw Halik
To be reverted if broken
2015-06-16include wizard stubStanislaw Halik
2015-06-16pt: include opencv headers only when necessaryStanislaw Halik
Settings header can't have it since it's included in ui in trackhat branch
2015-06-16options: add support for QRadioButtonStanislaw Halik
2015-06-16options: add support for QRadioButtonStanislaw Halik
2015-06-16trackhat: more stubsStanislaw Halik
2015-06-16Merge branch 'unstable' of github.com:opentrack/opentrack into trackhat-uiStanislaw Halik
2015-06-16pt: rename for consistency with trackhatStanislaw Halik
We're going to merge to trackhat often so let's not introduce needless conflicts. PT headers need to be include-able.
2015-06-15octopus: simplify vector mathStanislaw Halik
Also rename identifiers for clarity.
2015-06-15cmake: now able to build with IPA with minor changesStanislaw Halik
For OpenCV videoio/cap_dshow.cpp, deactivate LTO for just that file. Either with cmake or #pragma. Otherwise opening the camera causes a crash in DShow machinery. LibOVR build without LTO completely as there are some duplicate symbol errors. Other than that, LTO build seems to work fine.
2015-06-15aruco: check retval of solvepnp and more sanity checksStanislaw Halik
2015-06-15ui: allow for up to +-180 values in camera ypr, for easier debuggingStanislaw Halik
2015-06-15cmake: adjust vjoy.dll/sixense.dll permissions to avoid EACCES on loading on ↵Stanislaw Halik
win32
2015-06-15cmake: nix stderr spam on older versionStanislaw Halik
2015-06-12cmake: more opt flagsStanislaw Halik
2015-06-12cmake: no -fipa-pta workaround needed, compiler fix is knownStanislaw Halik
See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488>
2015-06-12trackhat: some stubsStanislaw Halik
2015-06-10pt: issue with duplicate symbols on including dshow.h in two filesStanislaw Halik
Let's work around it by including dshow.h in only one file
2015-06-10accela: minor tweakStanislaw Halik