Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | tracker/pt: fix build | Stanislaw Halik | |
2021-09-26 | tracker/{pt,wii}: cosmetic changes only | Stanislaw Halik | |
2021-09-26 | tracker/{pt,wii}: fix awkward pt_preview::operator= | Stanislaw Halik | |
2021-09-26 | tracker/pt: cv::merge -> cv::cvtColor | Stanislaw Halik | |
2021-09-26 | tracker/{pt,wii}: skip more widget drawing when minimized | Stanislaw Halik | |
2021-09-26 | tracker/pt: only link opencv_imgproc when needed | Stanislaw Halik | |
2021-09-04 | tracker/pt: don't use grayscale with color key selectedopentrack-2021.1.2 | Stanislaw Halik | |
2021-09-03 | tracker/pt: request single-channel image from camera | Stanislaw Halik | |
2021-08-29 | tracker/pt, video/opencv: allow mjpeg media type | Stanislaw Halik | |
2021-08-29 | tracker/{pt,wii}: pass camera options through bundle | Stanislaw Halik | |
2021-08-18 | tracker/pt: fix support for grayscale input video | Stanislaw Halik | |
2020-06-05 | rename "filter" -> "chroma key" | Andy Sloane | |
2020-06-05 | fix some RGB/BGR confusion | Andy Sloane | |
2020-06-05 | Add proper color keying to tracker-pt | Andy Sloane | |
Instead of just selecting the red/green/blue channels, also subtract the other channels. This allows for point tracking with just colored spots, rather than IR LEDs -- green and magenta work particularly well for this. This keeps the existing "Red/Green/Blue only" options, but adds "Red/Green/Blue/Cyan/Yellow/Magenta filter" options, which do a better job of isolating those colors. | |||
2019-06-21 | tracker/{pt,aruco}: fix snprintf invocation | Stanislaw Halik | |
2019-04-29 | tracker/{easy,pt,wii}: update `ensure_size' | Stanislaw Halik | |
2019-04-28 | try fix warning in #726 | Stanislaw Halik | |
2019-04-06 | cv: fix variable scope | Stanislaw Halik | |
Issue: #926 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-03-20 | tracker/pt: fix previous commit | Stanislaw Halik | |
2019-03-20 | tracker/pt: get rid of magic constant | Stanislaw Halik | |
2019-03-19 | tracker/{pt,wii}: zero-initialize the right data | Stanislaw Halik | |
2019-03-19 | tracker/{pt,wii}: make sure preview frame always exists | Stanislaw Halik | |
2019-03-19 | tracker/pt: modernize some loops | Stanislaw Halik | |
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-02-22 | tracker/pt: fix capture resolution scaling | Stanislaw Halik | |
2019-02-14 | tracker/pt: whitespace only | Stanislaw Halik | |
2019-02-13 | tracker/pt: add __restrict at right place | Stanislaw Halik | |
2019-02-13 | tracker/pt: reindent | Stanislaw Halik | |
2019-02-13 | tracker/pt: revert force-reducing auto threshold value | Stanislaw Halik | |
2019-02-13 | tracker/pt: remove stale comment | Stanislaw Halik | |
2019-02-13 | fix signedness/conversion warnings | Stanislaw Halik | |
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | tracker/pt: fix meanshift delta | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix prototypes | Stanislaw Halik | |
2019-01-16 | tracker/pt: move point display to its own function | Stanislaw Halik | |
2019-01-16 | cv/numeric: rename namespace | Stanislaw Halik | |
2019-01-16 | tracker/{pt,wii}: allow float/double in cv/numeric | Stanislaw Halik | |
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | tracker/pt: cleanup, declarations, lock scope | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-12-24 | tracker/pt: fix logic error | Stanislaw Halik | |
2018-12-24 | tracker/pt: don't hang the app on camera start | Stanislaw Halik | |
Move camera open to worker thread. | |||
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | tracker/{pt,wii}: fix leading underscore identifiers | Stanislaw Halik | |
2018-12-06 | tracker/pt: try cache pixels slightly below `thres' | Stanislaw Halik | |
The logic is that each point has a halo around it. Catching the entire halo will allow to have more stable centers. Larger points are more stable as well. | |||
2018-12-06 | cruft only | Stanislaw Halik | |
2018-10-25 | cleanup only | Stanislaw Halik | |
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp | |||
2018-10-12 | tracker/pt: add more robust camera retry | Stanislaw Halik | |
Some cameras can't produce frames right after the capture is opened. Adjust the delay to something more sane. It has a strange effect of not crashing PS3 Eye as often, but that needs more testing (and crashes). | |||
2018-10-12 | logic/pipeline: cleanup only | Stanislaw Halik | |