image-processingimage-recognitionchesspattern-recognition

Recommended pattern recognition technique for chess board


I'm trying to do an application which, among other things, is able to recognize chess positions on a computer screen from screenshots. I have very limited experience with image processing techniques and don't wish to invest a great amount of time in studying this, as this is just a pet project of mine.

Can anyone recommend me one or more image processing techniques that would yield me a good result?

The conditions are:

Thanks for taking the time to read this, and I hope to get some good answers.


Solution

  • It' an interesting problem, but you need to specify a lot more than in your original question in order to find an acceptable answer.

    On the input images: "screenshots" is quote vague a category. Can you assume that the chessboard will always be entirely in view? Will you have multiple views of the same board? Can you assume that no pieces will be partially or completely occluded in all views?

    On the imaged objects and the capture system: will the same chessboard and pieces be used, under very similar illumination? Will the same lens/camera/digitization pipeline be used?