| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-10 | tracker/pt: change focal length formula | Stanislaw 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-07 | tracker/pt: C++11-ize | Stanislaw Halik | |
| 2016-10-01 | camera settings: disable for all A4 TECH cameras | Stanislaw Halik | |
| We've had two reported crashes. Issue: #468 | |||
| 2016-09-28 | tracker/pt: don't check for blob limit pointlessly | Stanislaw Halik | |
| It's branch predicted anyway, but for clarity. | |||
| 2016-09-25 | tracker/pt: square the center weight | Stanislaw Halik | |
| Follow original implementation. | |||
| 2016-09-21 | tracker/pt: fix area/radius confusion in extractor | Stanislaw Halik | |
| 2016-09-21 | tracker/pt: fix harmless fencepost error | Stanislaw Halik | |
| 2016-09-21 | many: remove compat/pi-constant.hpp | Stanislaw 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-20 | Update ftnoir_tracker_pt.cpp | Stanisław Halik | |
| 2016-09-20 | typo | Stanisław Halik | |
| 2016-09-20 | typo | Stanisław Halik | |
| 2016-09-17 | gui: prevent stderr whining on setting dialog fixed size | Stanislaw Halik | |
| Adjust dialogs. | |||
| 2016-09-17 | tracker/{pt,aruco}: enable camera dialog | Stanislaw Halik | |
| Suggested-by: MathijsG Issue: #454 | |||
| 2016-09-16 | tracker/pt: use trig overloads | Stanislaw Halik | |
| 2016-09-16 | tracker/pt: get rid of pt_types class | Stanislaw Halik | |
| 2016-09-06 | tracker/pt: lessen logspam | Stanislaw Halik | |
| 2016-09-06 | cmake: don't link against highgui | Stanislaw Halik | |
| It can be linked against qt4 leading to runtime crash. | |||
| 2016-09-05 | tracker/{aruco,pt}: remove camera settings button | Stanislaw Halik | |
| It's broken and users complain on the issue tracker. Also fix tab stops. | |||
| 2016-08-28 | tracker/pt: merge 2 variables used exactly the same way | Stanislaw Halik | |
| 2016-08-26 | fix linux build: missing symbol N_POINTS | DaMichel | |
| 2016-08-17 | move options framework into its own library | Stanislaw Halik | |
| - adjust usages - add support for QList signals and metatype | |||
| 2016-08-15 | tracker/pt: make calibration less confusing in dialog | Stanislaw Halik | |
| - change button text to "stop calibration" and "start calibration" respectively. - gray out the values while calibration is running - run calibration at 10 Hz on a separate timer from dialog update Issue: #416 | |||
| 2016-08-14 | tracker/pt: all callers are double, so float -> double | Stanislaw Halik | |
| 2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
| Adjust usages. | |||
| 2016-08-10 | cv: move calibrator and video widget to cv module | Stanislaw Halik | |
| Adjust usages in PT and Aruco trackers. | |||
| 2016-08-08 | gui, tracker/{aruco,pt}: do action on button correct press, not button hold | Stanislaw Halik | |
| 2016-08-04 | tracker/pt: lower max dynamic pose distance | Stanislaw Halik | |
| 2016-08-01 | tracker/pt: add rounding to camera Hz | Stanislaw Halik | |
| 2016-07-31 | pose-widget, tracker/{aruco,pt}: check more often for widget visibility | Stanislaw Halik | |
| It looks weird otherwise. | |||
| 2016-07-31 | tracker/{aruco, pt}, compat, api: move opencv camera class to cv module | Stanislaw Halik | |
| 2016-07-31 | tracker/{pt,aruco}: don't include opencv highgui, videoio is enough | Stanislaw Halik | |
| 2016-07-31 | tracker/pt: use max distance for dynamic pose | Stanislaw Halik | |
| 2016-07-25 | tracker/pt: drop signed/unsigned warning | Stanislaw Halik | |
| 2016-07-25 | tracker/pt: fix dynamic pose | Stanislaw Halik | |
| Issue: #386 | |||
| 2016-07-23 | tracker/{aruco,pt}: draw the whole image rectangle | Stanislaw Halik | |
| This fixes forced hidpi | |||
| 2016-07-23 | tracker/{aruco,pt}: only check window visibility once every two seconds | Stanislaw Halik | |
| The check is becoming more expensive with more positions checked. | |||
| 2016-07-20 | tracker/pt: change brightness formula | Stanislaw Halik | |
| Use square root of area. Otherwise very small bright points are unfairly used. | |||
| 2016-07-20 | tracker/pt: adjust min/max radius for auto threshold | Stanislaw Halik | |
| 2016-07-20 | tracker/pt: don't occlude point centers so much | Stanislaw Halik | |
| 2016-07-20 | tracker/pt: fix wrong input to flood fill | Stanislaw Halik | |
| The binary frame needs to be used, not grayscale. v2: Use brightness for sorting points. | |||
| 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 | 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 | 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-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 | 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. | |||
