Difference between revisions of "WebCamBasedChess"
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
== Research == | == Research == | ||
* https://www.researchgate.net/publication/328461364_Chessboard_and_chess_piece_recognition_with_the_support_of_neural_networks | * https://www.researchgate.net/publication/328461364_Chessboard_and_chess_piece_recognition_with_the_support_of_neural_networks | ||
+ | * https://www.researchgate.net/publication/224167417_Probabilistic_location_of_a_populated_chessboard_using_computer_vision | ||
* https://www.researchgate.net/publication/318924531_A_New_Chessboard_Corner_Detection_Algorithm_with_Simple_Thresholding | * https://www.researchgate.net/publication/318924531_A_New_Chessboard_Corner_Detection_Algorithm_with_Simple_Thresholding | ||
* https://pdfs.semanticscholar.org/5b75/30ac4aebf6da936aea31f5c24ac80bf1e557.pdf | * https://pdfs.semanticscholar.org/5b75/30ac4aebf6da936aea31f5c24ac80bf1e557.pdf |
Revision as of 10:52, 11 November 2019
Projects
UCI compatible GUIs
XBoard
sudo apt-get install xboard polyglot stockfish
xboard -fUCI -fcp stockfish -sUCI -scp stockfish
Open Source Projects
- https://classes.engineering.wustl.edu/ese205/core/index.php?title=CV_Chess
- https://github.com/swenae/chesscam
- https://github.com/Rr9/ChessStory
- https://github.com/FabioBCI/pyChess
- http://www.romanmueller.de/chesscamera
- https://github.com/TheKrystek/ChessCam
- https://gitlab.fing.edu.uy/aricca/chessTrack
- https://github.com/maciejczyzewski/neural-chessboard
Commercial
Links
- https://en.wikipedia.org/wiki/Universal_Chess_Interface
- https://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
- https://buildmedia.readthedocs.org/media/pdf/python-chess/
- https://en.chessbase.com/post/how-to-build-your-own-usb-electronic-che-board
- https://www.raspberrypi.org/magpi/chess-board-raspberry-pi/
- https://hobbylark.com/board-games/Top-5-Free-Chess-GUIs-for-UCI-Engines
- https://github.com/ornicar/lila
- https://www.chessprogramming.org
- https://www.chessprogramming.org/UCI
- https://www.chessprogramming.org/Piece_Recognition
- http://www.nandanbanerjee.com/index.php?option=com_content&view=article&id=71:buttercup-chess-robot&catid=78&Itemid=470
- http://cs.uef.fi/~franti/chesscam/
- https://www.fide.com/contacts
- https://www.kickstarter.com/projects/infivention/square-off-worlds-smartest-chess-board-relaunched
- https://www.heise.de/make/projekte/ChessCamera-Schachcomputer-mit-Bilderkennung-2170835.html
- http://usbchessboard.yolasite.com/
- https://en.chessbase.com/post/you-built-what-a-giant-robotic-chess-set
- https://ieeexplore.ieee.org/abstract/document/6727033
- http://wiki.ros.org/tuw_checkerboard
- http://js1k.com/2010-first/demo/750
Research
- https://www.researchgate.net/publication/328461364_Chessboard_and_chess_piece_recognition_with_the_support_of_neural_networks
- https://www.researchgate.net/publication/224167417_Probabilistic_location_of_a_populated_chessboard_using_computer_vision
- https://www.researchgate.net/publication/318924531_A_New_Chessboard_Corner_Detection_Algorithm_with_Simple_Thresholding
- https://pdfs.semanticscholar.org/5b75/30ac4aebf6da936aea31f5c24ac80bf1e557.pdf
- https://inside.mines.edu/~youyexie/paper/ICMV2017.pdf
Stackexchange
- https://dsp.stackexchange.com/questions/24235/segmenting-and-labeling-chessboards-through-computer-vision
- https://codereview.stackexchange.com/questions/220915/python-chess-game
- https://stackoverflow.com/questions/27520991/opencv-best-way-to-detect-corners-on-chessboard
- https://stackoverflow.com/questions/5906170/detecting-chess-moves-from-successive-image-differences-using-opencv-tools
- https://chess.stackexchange.com/questions/4695/tools-for-automated-notation-webcam-movie-to-pgn/4751#4751
Videos