summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-10-10tracker/pt: get rid of heap allocationStanislaw Halik
Use stack arrays rather than vectors. std::array may be a better choice though.
2016-10-10tracker/pt: add unperspective for yawStanislaw Halik
It's commented out for the time-being.
2016-10-10tracker/pt: change focal length formulaStanislaw Halik
It looks kind of funky. At the moment it gives me correct Z (with a ruler) given right FOV. Though the pitch value is still skewed given lack of perspective transform for Y pixel value in extractor.
2016-10-07tracker/rs: fix warning on msvc 15 preview 5Stanislaw Halik
2016-10-07tracker/pt: C++11-izeStanislaw Halik
2016-10-07tracker/aruco: add reference to aruco wiki pageStanislaw Halik
2016-10-06cmake/msvc: /DEBUG:FASTLINK has incomplete .pdbs, use normal /DEBUGStanislaw Halik
2016-10-05cv/video-widget: fix out-of-bounds writesStanislaw Halik
Video frames were allocated as single-channel 8-bit but they were meant to be three-channel 8bit for rgb. Reported by: @kzfr Tested in realtime by: @kzfr
2016-10-05api, cv, gui, pose-widget: remove window visibility checkStanislaw Halik
Causes freezes on multiple displays. Reported and tested in realtime by: @kzfr
2016-10-05contrib: add npclient client-side codeStanislaw Halik
It was missing for some reason.
2016-10-03logic/tracker: remove absurd microoptimizationStanislaw Halik
There's no benefit to using branchless arithmetic here. Retrieving a value<bool> is so complex it doesn't matter how many times we branch here.
2016-10-03logic/tracker: remove tautologyStanislaw Halik
2016-10-03gui: reword auto-offset descriptionStanislaw Halik
2016-10-03logic/tracker: apply auto-offset reltrans rotations in right orderStanislaw Halik
Remove warning on using reltrans with auto-offset. Tested-by: @Len62 Discussed-with: @Len62 Issue: #473
2016-10-01tracker/rift-{025,042,080}: fix gimbal lockopentrack-2.3-rc99p13Stanislaw Halik
It was tested only on 080 but the API is almost the same on 042 and 025. Issue: #464 Reported-by: @Jerrow
2016-10-01camera settings: disable for all A4 TECH camerasStanislaw Halik
We've had two reported crashes. Issue: #468
2016-09-28cmake/msvc: fix using toolchain file for opencv from gitStanislaw Halik
2016-09-28tracker/pt: don't check for blob limit pointlesslyStanislaw Halik
It's branch predicted anyway, but for clarity.
2016-09-28logic/tracker: sanitize tracker's euler anglesStanislaw Halik
Issue: #465 Reported-by: @topiq77
2016-09-28logic/simple-mat: add unsigned index accessorsStanislaw Halik
2016-09-27csv: emit debug info with module prefixStanislaw Halik
2016-09-27pose-widget: larger octopus resolution. simplify code.Stanislaw Halik
2016-09-27logic/tracker: try harder to keep up constant HzStanislaw Halik
Now time error is accumulated rather than using only the last iteration's error.
2016-09-27filter/accela: adjust some other clamps and defaultsStanislaw Halik
2016-09-27filter/accela: clamp nonlinearity to 1.5Stanislaw Halik
2.0 is too much. Issue: #462 Reported-by: @Len62
2016-09-27gui/options: rename "translation compensation" to "relative translation"Stanislaw Halik
Issue: #461 Discussed-with: @MathijsG, @Sone989 Closes #461
2016-09-26gui, options: prevent options reset on tracker stopStanislaw Halik
They should only be reset when closing the module dialog window. This is a hack but otherwise we'd have to change all the modules. Issue: #466 Closes #466
2016-09-26gui/mappings: lower snapStanislaw Halik
We have tooltips now so why the hell not.
2016-09-25add mildly offensive BSD Daemon image to GPL-derivative rulesStanislaw Halik
If any of our committers feels offended or thinks it's inappropriate, just revert it. No need to consult me or anyone to revert this.
2016-09-25gui, logic: allow prevent rotation from affecting compensationStanislaw Halik
Issue: #458
2016-09-25tracker/pt: square the center weightStanislaw Halik
Follow original implementation.
2016-09-25cmake/msvc: /debug -> /debug:fastlinkStanislaw Halik
2016-09-25api/plugins: silence clang's -Wweak-vtableStanislaw Halik
2016-09-24logic/tracker: use a second enum to make errors stand out moreStanislaw Halik
2016-09-24logic/tracker: use enum valuesStanislaw Halik
2016-09-24gui/options: explain tcomp disable Z importanceStanislaw Halik
Issue: #458
2016-09-24gui: improve layout for camera center mode, fix tabstopsStanislaw Halik
2016-09-24logic, gui: allow for disabling any of the three tcomp optionsStanislaw Halik
Issue: #458 Requested-by: @Borisovich
2016-09-21cmake: hopefully fix intermittent failure on mrproperStanislaw Halik
2016-09-21tracker/pt: fix area/radius confusion in extractorStanislaw Halik
2016-09-21tracker/pt: fix harmless fencepost errorStanislaw Halik
2016-09-21installer: update build directoryopentrack-2.3-rc99p12Stanislaw Halik
2016-09-21filter/accela: show nonlinearity in larger fontStanislaw Halik
The exponent was barely visible.
2016-09-21filter/accela: make most slider limits largerStanislaw Halik
Reported-by: @Emton who later deleted his message Issue: #454
2016-09-21cmake: don't install .pdb for nowStanislaw Halik
They're big as hell and take too much time to compress.
2016-09-21cmake: move install pdb as separate functionStanislaw Halik
2016-09-21contrib/dropbox-uploader: remove. gathers dust here.Stanislaw Halik
2016-09-21many: remove compat/pi-constant.hppStanislaw Halik
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission.
2016-09-20compat/timer: no exports hereStanisław Halik
2016-09-20Update ftnoir_tracker_pt.cppStanisław Halik