This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #This is prototpying code used to figure out the logic nessary to find the position of CryptoBoxes | |
| #in the FTC Relic Recovery Game. The logic and parameters found here will then be transfered to | |
| #the FTC App running on the Java Phone. When that is finished, our code will be made avalible to all. | |
| import cv2 | |
| import numpy | |
| #Load Test Image | |
| raw = cv2.imread("row2.jpg") |