Welcome to my Computer Vision Homework repository! This repository contains files for various homework assignments related to OpenCV and its implementation in Python.
The repository is organized by assignment, with each folder containing the specific code, documentation, and resources related to that homework task. Here’s a general layout of the structure:
📦 Computer-Vision ┣ 📂 Assignment_1 ┃ ┣ 📜 README.md ┃ ┣ 📜 assignment1.py ┃ ┗ 📜 additional_file.bmp ┣ 📂 Assignment_2 ┃ ┣ 📜 README.md ┃ ┣ 📜 assignment2.py ┃ ┗ 📜 additional_file.bmp ┣ 📜 requirements.txt ┗ ...
- README.md: Describes the purpose of each assignment, key learning objectives, and any special instructions for running the code.
- assignment.py and additional files (.bmp, .jpg): Code files implementing OpenCV relevant to each assignment.
Ensure you have Python 3.8 or higher installed. Install the required dependencies by running:
pip install -r requirements.txt
- Clone the repository:
        git clone <repository_url> cd computer_vision_assignment
To compile a program, navigate to the specific assignment directory and use the following commands:
python3 assignment#.py
If you have any questions or need further information about this repository, feel free to reach out!