In this short video tutorial we take a look at OpenCV and DL4J libraries and see how we can use them to solve sudoku puzzle.
Our goal is to provide an image with the puzzle, process it so that we are able to cut out the cells with digits, use our own neural network to classify the digits, and print out the end result.
Source code for this project can be found here:
https://github.com/liliumbosniacum/opencv-sudoku-solver
OpenCV:
https://opencv.org/
DL4J:
https://deeplearning4j.org/
Image Classification:
https://medium.com/datactw/image-classification-neural-network-tutorial-getting-started-with-deep-learning-for-java-dl4j-b36372aad656
Sudoku solver:
https://www.baeldung.com/java-sudoku
Intellij:
https://www.jetbrains.com/idea/
Intro by Audionautix is licensed under a Creative Commons Attribution 4.0 licence. https://creativecommons.org/licenses/
Artist: http://audionautix.com/
Download
0 formats
No download links available.
Solving Sudoku Puzzle using OpenCV with DL4J - Part 1 | NatokHD