Skip to content
Snippets Groups Projects
color_analyzer.py 190 B
Newer Older
  • Learn to ignore specific revisions
  • 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