Extract boxes from sudoku in opencv [duplicate]
问题 This question already has answers here : How to get the cells of a sudoku grid with OpenCV? (3 answers) Closed 8 days ago . i have converted sudoku image into sudoku grid using opencv now i want to extract each box from image what is best way to do this? as per my knowledge i am trying to find intersection points of lines to find corner of each box class SudokuSolverPlay: def __init__(self, image): def __preProcess(self, img): """return grayscale image""" def __maskSudoku(self, img): ""