Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-17 | pt: refactor auto threshold somewhat | Stanislaw Halik | |
2015-10-17 | pt: rename ill-chosen name | Stanislaw Halik | |
2015-10-17 | pt: switch min/max point size to reals | Stanislaw Halik | |
2015-10-02 | pt: add histogram-based thresholding | Stanislaw Halik | |
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat | |||
2015-10-02 | pt: experimental auto threshold support | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-04 | pt: change extraction code | Stanislaw Halik | |
Point size is now specified by its radius. Points are extracted in one pass, using multiple passes caused missed detection for some users. Circularity is now displayed as part of overlay. Points are now sorted by circularity, which is our confidence metric. Tracker code ignores additional points, keeping only those with the highest confidence metric. | |||
2015-08-27 | pt: fix type mismatch | Stanislaw Halik | |
2015-08-22 | pt: show extracted points' areas and success count | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-24 | standardize on not using "using namespace {cv,std}" | Stanislaw Halik | |
2015-07-24 | Revert "pt: change point internal representation"opentrack-2.3-rc15p1 | Stanislaw Halik | |
This reverts commit e89c2b1034692eb1365715a089b7035e6d837719. Issue: #199 | |||
2015-07-20 | pt: change point internal representation | Stanislaw Halik | |
Store points as pixel coordinates, not -0.5->0.5. This has no effect on tracking as POSIT is robust enough not to care. | |||
2015-07-01 | pt: show color frame in widget | Stanislaw Halik | |
2015-07-01 | pt: fix sqrt eps | Stanislaw Halik | |
2015-07-01 | pt: use iterative contour detector | Stanislaw Halik | |
2015-06-19 | pt: extractor algorithm based on OpenCV's SimpleBlobDetector | Stanislaw Halik | |
Tunables are probably wrong, we'll get to that later. | |||
2015-06-19 | pt: remove hysteresis | Stanislaw Halik | |
No one used it, and we have a better solution for stable extraction, pending commit. | |||
2015-06-16 | pt: try simple method of point extraction | Stanislaw Halik | |
To be reverted if broken | |||
2015-06-05 | require opencv 3.0 and fix build | Stanislaw Halik | |
2014-12-21 | pt: hyst frame output need show points only in blue | Stanislaw Halik | |
2014-12-21 | pt: cap hyst further to 1/8 of image intensity | Stanislaw Halik | |
Higher values cause too much lag. | |||
2014-12-21 | pt: don't visualize hyst debug info | Stanislaw Halik | |
It's confusing from user's perspective. | |||
2014-12-21 | pt: cap hyst value to 1/4 of image intensity | Stanislaw Halik | |
2014-12-15 | pt: visualize model center as another point | Stanislaw Halik | |
2014-12-14 | pt: use settings framework | Stanislaw Halik | |
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. | |||
2014-09-23 | decruft PT more, so it doesn't crash finally | Stanislaw Halik | |
2014-09-22 | dos2unix only | Stanislaw Halik | |
2014-09-22 | pt: fix warning | Stanislaw Halik | |
2014-09-06 | rename case | Stanislaw Halik | |
2013-09-15 | Initial PT 1.1 import | Stanislaw Halik | |
Codebase broken at this stage | |||
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-07-26 | cherry pick new point extractor from Patrick | Stanislaw Halik | |
2013-04-13 | Update opencv, fix incompatibility in latest point-release | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-03-22 | Remove .bat files, actually finish rename this time | Stanislaw Halik | |
2013-03-22 | finish rename | Stanislaw Halik | |
2013-03-22 | Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! | Stanislaw Halik | |
.git/config: [core] ignorecase = false |