d chess board recognition

I'm trying to develop an Android app that reads a 2-d chess image and recognize the position (rows are numbered by 1 to 8 and columns a to h ) then:

  • Which square the piece occupied?
  • What piece it is (king or queen or knight etc)
  • Color of piece (black or white)
  • Need some ideas using openCV or any.


    There is a part about camera calibration in the book Opencv 2 Computer Vision Application Programming Cookbook. There they use a chess board. Maybe it can help you, solving your problem.

    http://www.bol.com/nl/p/opencv-2-computer-vision-application-programming-cookbook/1001004011498107/

    链接地址: http://www.djcxy.com/p/84660.html

    上一篇: 我如何正确检查国际象棋AI中的castling?

    下一篇: d棋盘的识别