Skip to content

Instantly share code, notes, and snippets.

@liberize
liberize / sudoku-recgonise.cpp
Created November 18, 2013 12:12
OpenCV: Sudoku Recognise
#include <iostream>
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
// #define SHOW_PROCESS
const int size = 303;
const int border = 3;
const int cut = 3;