summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/pt-settings.hpp
AgeCommit message (Collapse)Author
2022-04-19tracker/pt: add point filter deadzoneStanislaw Halik
2022-01-05tracker/pt: clean up grayscale handling. add migration.Stanislaw Halik
The averaging mode is slower than the opencv SIMD implementation for BT.709. Remove it. Make it optional to perform hardware grayscaling using the ps3eye sensor with the open driver. Default to grayscaling using the CPU.
2021-11-04tracker/pt: add point filter gain limiterStanislaw Halik
2021-10-02tracker/pt: allow for even more filteringStanislaw Halik
2021-10-01tracker/pt: fix scale on the point filterStanislaw Halik
2021-09-28tracker/pt: add point filterStanislaw Halik
2021-08-29tracker/pt, video/opencv: allow mjpeg media typeStanislaw Halik
2020-06-05rename "filter" -> "chroma key"Andy Sloane
2020-06-05Add proper color keying to tracker-ptAndy 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-02-21tracker/pt: don't `namespace pt_module' for core PT stuffStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-12-24style/quality onlyStanislaw 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-10-12pt/settings: make header-onlyStanislaw Halik
2018-10-05tracker/pt: dynpose default to offStanislaw Halik
2018-08-03tracker/pt: extract green channel only as user optionStanislaw Halik
Issue: #808 Requested-by: @DanTDBV
2018-07-09cleanup onlyStanislaw Halik
2018-07-02nothing importantStanislaw Halik
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-04-05modules: now use i18nStanislaw Halik
2018-01-16tracker/pt: make pt_settings header-onlyStanislaw Halik
We'd like to change the settings without linking to the tracker-pt library.