Thread: MAR Vision Day
View Single Post
  #13   Spotlight this post!  
Unread 29-11-2016, 00:32
SamCarlberg's Avatar
SamCarlberg SamCarlberg is offline
GRIP, WPILib. 2084 alum
AKA: Sam Carlberg
no team
Team Role: Mentor
 
Join Date: Nov 2015
Rookie Year: 2009
Location: MA
Posts: 50
SamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to behold
Re: MAR Vision Day

About the raw OpenCV stuff vs. GRIP (starts around 17:00): the next release has code generation for the OpenCV 3.1.0 APIs for Java, C++, and Python 3. You can set up the pipeline and tune parameters in GRIP, then generate a class that does all the OpenCV functions that you can use in your robot program on the roborio, or wrap in a program running on a coprocessor. You don't need to write any vision processing code, but you will need to write the code for getting images to the generated code and using the OpenCV objects it outputs.
__________________
WPILib
GRIP, RobotBuilder
Reply With Quote