wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
87 stars 40 forks source link

Upgrade OpenCV To 4.0.1 #98

Closed Sn3akyP3t3 closed 2 years ago

Sn3akyP3t3 commented 5 years ago

According to publications OpenCV 4 has many optimizations which should allow the Pi to be more capable of data analysis which could give more teams a competitive edge and extend the life of their existing hardware to reduce strain on their budgets.

Doubtful teams are using much deep learning algorithms, but this also enables a lot more in that realm as well should they care to dabble.

ThadHouse commented 5 years ago

We can't update to 4 currently because cscore still requires 3. With breaking changes in the headers, supporting both isn't super easy to do, so this definitely would not be something that happens for this year. This summer we will look again, but we will always have to match the cscore requirement.

Sn3akyP3t3 commented 5 years ago

np, maybe belongs on a roadmap then. Didn't see a roadmap of this project so just issued it as an issue.