Difference between revisions of "WebCamBasedChess"

From BITPlan Wiki
Jump to navigation Jump to search
 
(27 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
= UCI compatible GUIs =
 
= UCI compatible GUIs =
 
== XBoard ==
 
== XBoard ==
<source lang='bash'>
+
see {{Link|target=XBoard}}
sudo apt-get install xboard polyglot stockfish
 
xboard -fUCI -fcp stockfish -sUCI -scp stockfish
 
</source>
 
[[File:XBoard2019-10-19.png|400px]]
 
  
 
= Open Source Projects =
 
= Open Source Projects =
 +
* https://github.com/jayhack/CVChess
 
* https://classes.engineering.wustl.edu/ese205/core/index.php?title=CV_Chess
 
* https://classes.engineering.wustl.edu/ese205/core/index.php?title=CV_Chess
 
* https://github.com/swenae/chesscam
 
* https://github.com/swenae/chesscam
Line 19: Line 16:
 
* https://github.com/TheKrystek/ChessCam
 
* https://github.com/TheKrystek/ChessCam
 
* https://gitlab.fing.edu.uy/aricca/chessTrack
 
* https://gitlab.fing.edu.uy/aricca/chessTrack
 +
* https://github.com/maciejczyzewski/neural-chessboard
 +
* https://github.com/jialinding/ChessVision
 +
* https://github.com/SukritGupta17/Chess-Board-Recognition
 +
* http://chessgrabber.nicolaas.net
  
 
= Commercial =
 
= Commercial =
Line 24: Line 25:
  
 
= Links =
 
= Links =
* https://stackoverflow.com/questions/27520991/opencv-best-way-to-detect-corners-on-chessboard
+
 
 
* https://en.wikipedia.org/wiki/Universal_Chess_Interface
 
* https://en.wikipedia.org/wiki/Universal_Chess_Interface
 
* https://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
 
* https://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
Line 30: Line 31:
 
* https://en.chessbase.com/post/how-to-build-your-own-usb-electronic-che-board
 
* https://en.chessbase.com/post/how-to-build-your-own-usb-electronic-che-board
 
* https://www.raspberrypi.org/magpi/chess-board-raspberry-pi/
 
* https://www.raspberrypi.org/magpi/chess-board-raspberry-pi/
* https://codereview.stackexchange.com/questions/220915/python-chess-game
+
 
 
* https://hobbylark.com/board-games/Top-5-Free-Chess-GUIs-for-UCI-Engines
 
* https://hobbylark.com/board-games/Top-5-Free-Chess-GUIs-for-UCI-Engines
 
* https://github.com/ornicar/lila
 
* https://github.com/ornicar/lila
Line 36: Line 37:
 
* https://www.chessprogramming.org/UCI
 
* https://www.chessprogramming.org/UCI
 
* https://www.chessprogramming.org/Piece_Recognition
 
* https://www.chessprogramming.org/Piece_Recognition
* 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
 
 
* http://www.nandanbanerjee.com/index.php?option=com_content&view=article&id=71:buttercup-chess-robot&catid=78&Itemid=470
 
* http://www.nandanbanerjee.com/index.php?option=com_content&view=article&id=71:buttercup-chess-robot&catid=78&Itemid=470
* https://chess.stackexchange.com/questions/4695/tools-for-automated-notation-webcam-movie-to-pgn/4751#4751
 
 
* http://cs.uef.fi/~franti/chesscam/
 
* http://cs.uef.fi/~franti/chesscam/
 
* https://www.fide.com/contacts
 
* https://www.fide.com/contacts
Line 49: Line 47:
 
* http://wiki.ros.org/tuw_checkerboard
 
* http://wiki.ros.org/tuw_checkerboard
 
* http://js1k.com/2010-first/demo/750
 
* http://js1k.com/2010-first/demo/750
 +
* http://codebazaar.blogspot.com/2011/08/chess-board-recognition-project-part-1.html
 +
 +
== Research ==
 +
see also
 +
* {{Link|target=PlayChessWithAWebCam/Papers}}
 +
* https://www.researchgate.net/project/PlayChessWithAWebCam
 +
 +
== 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 =
 
= Videos =
 +
<youtube>uDw_vCNbx-I</youtube>
 
<youtube>jpTSOkZURWk</youtube>
 
<youtube>jpTSOkZURWk</youtube>
 +
<youtube>iZOA1ew-zYc</youtube>
 
<youtube>qbpO1hS_rPE</youtube>
 
<youtube>qbpO1hS_rPE</youtube>
 
<youtube>WYtYjKqd0_w</youtube>
 
<youtube>WYtYjKqd0_w</youtube>
Line 61: Line 74:
 
<youtube>AQLOj-TylGg</youtube>
 
<youtube>AQLOj-TylGg</youtube>
 
<youtube>RkvNJ3yiIrk</youtube>
 
<youtube>RkvNJ3yiIrk</youtube>
{{Category:Chess}}
+
<youtube>svEf53gvRgc</youtube>
 +
<youtube>cS46Ry0ViBk</youtube>
 +
[[Category:Chess]]

Latest revision as of 09:10, 29 December 2019

Projects

  1. PlayChessWithAWebCam
  2. CV_Chess

UCI compatible GUIs

XBoard

see XBoard

Open Source Projects

Commercial

Links

Research

see also

Stackexchange

Videos