View Single Post
  #1   Spotlight this post!  
Unread 16-01-2017, 12:44
Noam Noam is offline
Registered User
None #3034 (galileo)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2015
Location: Israel
Posts: 14
Noam is an unknown quantity at this point
image processing with python

Hello, this year my team decided we want to use a camera for image processing (with opencv 3)
We are program the robot with Java, but we want to do the image processing with Python. (because it easier) I have a code in Python that detect faces, and detect the side and the size (regardless of the robot), and I want to use it for the robot. (of course face detection is useless for the robot, but just for the training)
How can I combine the Python code with the Java code ?
(or it may be better to program the entire robot in python ? (I noticed just today that it's possible to program the robot with Python, so I don't know much about it))

Thanks in advance
Reply With Quote