Skip to content
Snippets Groups Projects
color_analyzer.py 190 B
import cv2
import chess

def calibrate_colors(img, show_cv):
    # TODO
    pass

def find_pieces(img, show_cv):
    # TODO - do cv stuff, write this as uci. then convert uci to fen
    pass