Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This reverts commit d98d36c9acc66fb3158f77274189c92b1330fbf6.
|
|
|
|
|
|
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.
|
|
This reverts commit 8ac0471c1c0c4cdf76f696b7c3c18d1d3a776a78.
Discussion: #1381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Issue: #926
|
|
Issue: #867
Requested by: @Slion
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #910
|
|
|
|
|
|
|
|
|