View Single Post
  #2   Spotlight this post!  
Unread 17-01-2017, 06:21
acastagna acastagna is offline
Registered User
FRC #1493
 
Join Date: Jan 2012
Location: Albany High School
Posts: 38
acastagna is an unknown quantity at this point
Re: image processing with python

My students are doing a similar thing. It's their first year trying vision and they are dong the vision code in python using opencv, while the robot is programmed in java. The vision code runs on a raspberry pi and sends data to the driver station and robot using network tables.

We playing around at first with using opencv in Java. Our choice for python was based on the fact that python was easier to implement on the pi, opencv was easier to work with in python and students have option of working entirely in python next year. Of course this decision was made before we learned opencv was to be bundled with the wpi libraries . Either way I think we made the right decision.
Reply With Quote