|
Re: Cool C++/OpenCV Vision System
Quote:
Originally Posted by pickle27
The training process is actually pretty straight forward and quick (but then again I work with machine learning quite a bit).
I actually wanted to go with python originally but I got held up on the NetworkTables so I went this route using java to call cpp. The actual overall framework (called cppVision on my site) is pretty much obsolete now because OpenCV is releasing up to date official java bindings. - Also our students were familiar with c++ and there isn't a whole lot of difference between using OpenCV on python and c++ in my opinion.
I'd love to see a lot more OpenCV in FRC so hopefully next season we have a few more options for using the NetworkTables.
|
there are two threads on here about python netwlrt tables. One is an opencv thread started by myself with a link to my teams github which contains our implementation of the network tables according to FIRST'S protocol. the second thread has the link to just the network tables class.
__________________
/*
* Team 3574 Alumni
*
* 2011 - Highest Seeded Rookie
* 2011 - Rookie All-Star
* 2012 - Engineering Inspiration
* 2012 - Olympic Deans List Winner
* 2013 - Engineering Inspiration
* 2013 - Judges Award (For unique circular robot and the way the team works together.)
*/
|