/ChessboardDetector

The aim of my project is to enable users to view a real-life chess game through a mobile app with the Chess Player Helper application,and provide augmented reality support for analyzing the game and displaying recommended moves to the player.

Primary LanguageC#

ChessboardDetector

ChessboardDetector is a .NET C# project that uses image processing techniques to detect chessboards and identify the four corner positions. This project leverages OpenCV for image processing.

Features

  • Detects chessboards in images
  • Identifies the four corner positions of detected chessboards

Getting Started

Prerequisites

  • .NET Framework
  • OpenCV for .NET (included in the project)

Installation

  1. Clone the repository:

    git clone https://github.com/MeteSamlioglu/ChessboardDetector.git
    cd ChessboardDetector