Skip to content

Instantly share code, notes, and snippets.

View NishikinoKKi's full-sized avatar
🏠
Neet

Makico NishikinoKKi

🏠
Neet
View GitHub Profile
#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")