Lab Four: Vision Assistant
Pre-requisites
- National Instruments Vision Assistant. This should have been installed in lab 3.
Documents
- Image Processing Tutorial from National Instruments.
- Vision algorithms useful for 2012 game from wpilib.
Comments
The first 8 pages of the first document describe how to use National Instrument's Vision Assistant. From page 9 on the document explains how you would write a LabView program to that performs the same function, but that would not be relevant to a team programming in Java.
The second document is specific to the 2012 game, but is a good guide to how the problem should be approached.