This project implements an algorithm for tracking lines using image processing techniques.
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.
- Line detection and tracking
- Utilizes image processing algorithms
- Simple and efficient code structure
To set up the project, follow these steps:
-
Clone the GitHub repository:
git clone https://github.com/baytist/line_tracking.git
-
Install the necessary dependencies:
pip install -r requirements.txt
To run the project, use the following command:
python main.py
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.
This project is licensed under the MIT License. See the LICENSE file for details.