This is the code for a robot IEEE is doing in FIU for the SouthwestCon19 competition. This code will run on the Odroid board The official and, for the most part outdated code, is hosted Here
- OpenCV
- INPUT: Each pixel with lightness value over the color mask
- OUTPUT: posx, posy, width, height
-
Plug in external camera, camera must contain a USB connection and contain "Auto Exposure" as a supported feature.
-
Simply run the script file bAndRun to build your project
-
Then run execute or square to run program
inputdata seperated by space
outputdata seperated by space
.
.
.
inputdata seperated by space
outputdata seperated by space
- We will feed the extracted color mask, value/lightness only image to both neural networks, if anything is found, then set the pixels of found object will be zeroed and the process will be repeated until nothing more is found
Will display positions of spherical objects, this is what will run in the robot
Currently development is still in progress