Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Slides: Image processing on the driver station using python+OpenCV (http://www.chiefdelphi.com/forums/showthread.php?t=122880)

virtuald 07-12-2013 19:53

Slides: Image processing on the driver station using python+OpenCV
 
I presented a workshop this afternoon at workshops hosted by Team 1418 in Falls Church, VA. The topic was "Image processing on the driver station using python", and discussed some basic image processing techniques that my team successfully used last year. It was pretty well received, so I've posted the slides + sample code on my website. I hope you will find it useful!

http://www.virtualroadside.com/FRC/#Workshop-2013-12

yash101 07-12-2013 21:40

Re: Slides: Image processing on the driver station using python+OpenCV
 
Dude, you've just helped get rid of some of my headache! Reps to you! :D

I have been wanting to do onboard vision tracking and my team wants to do DS tracking. However, it becomes a lot harder with the lag, so we would need much better programmers on our team than we have. However, I would need to do this in C. Anyways, Thanks! :D

gluxon 08-12-2013 00:41

Re: Slides: Image processing on the driver station using python+OpenCV
 
Thanks for uploading this. I definitely want to try it out at some point!

Patrick Shainin 13-12-2013 15:38

Re: Slides: Image processing on the driver station using python+OpenCV
 
Is it true that opencv needs to be used with python2 rather than python3? (We have it working now for python2).

Our team is also learning a lot from using your fake-wpilib and had been using that with python3. So we are experimenting with having the robot code developed and tested on a laptop with python3, with pynetworktables configured for python3 to aid in testing communications.

Then we're experimenting with building a driver station vision processing python2 app, using opencv (and also standing on the shoulders of Team341.) So again we configured pynetworktables to work with python2 as well.

Thanks for blazing the trail.

virtuald 13-12-2013 16:55

Re: Slides: Image processing on the driver station using python+OpenCV
 
Quote:

Originally Posted by Patrick Shainin (Post 1311813)
Is it true that opencv needs to be used with python2 rather than python3? (We have it working now for python2).

That is correct. I believe the next major version of OpenCV (version 3.0) will have Python 3 support, but it has not been released yet. According to their roadmap, it is expected to be released in February 2014.

Quote:

Thanks for blazing the trail.
Glad to hear someone else is finding it all useful! :)


All times are GMT -5. The time now is 03:11.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi