summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/point_extractor.h
AgeCommit message (Collapse)Author
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-01-16modernize onlyStanislaw Halik
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages
2019-01-16tracker/pt: fix prototypesStanislaw Halik
2019-01-16cv/numeric: rename namespaceStanislaw Halik
2019-01-16cruftStanislaw Halik
2019-01-16tracker/pt: cleanup, declarations, lock scopeStanislaw Halik
2018-06-26tracker/pt: tmp commitStanislaw Halik
2018-03-10sprinkle some `static constexpr inline'Stanislaw Halik
2018-01-18tracker/pt: move impl bits away from pt-baseStanislaw Halik