Skip to content

bytistan/line_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line Tracking Algorithm

This project implements an algorithm for tracking lines using image processing techniques.

Contents

Explanation

Simply put, the algorithm divides the image into 9 parts and tries to produce meaningful results by looking at the blackness ratio within the divided parts.

All Lines

Features

  • Line detection and tracking
  • Utilizes image processing algorithms
  • Simple and efficient code structure

Installation

To set up the project, follow these steps:

  1. Clone the GitHub repository:

    git clone https://github.com/baytist/line_tracking.git
  2. Install the necessary dependencies:

    pip install -r requirements.txt

Usage

To run the project, use the following command:

python main.py

Contributing

If you would like to contribute to the project, please fork the repository and submit a pull request. For any issues or suggestions, open an issue on the GitHub page.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Documentation

https://findik-faresi.gitbook.io/baytist/v/goruntu-isleme

Releases

No releases published

Packages

No packages published

Languages