Skip to content

abottegam/Computer-Vision

Repository files navigation

<title>Computer Vision Homework Repository</title>

Computer Vision Homework Repository

Welcome to my Computer Vision Homework repository! This repository contains files for various homework assignments related to OpenCV and its implementation in Python.

Repository Structure

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
 ┗ ...

Folder Contents

  • 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.

Requirements

Ensure you have Python 3.8 or higher installed. Install the required dependencies by running:

pip install -r requirements.txt

How to Run

  1. Clone the repository:
    git clone <repository_url>
    cd computer_vision_assignment
            

Usage

To compile a program, navigate to the specific assignment directory and use the following commands:

python3 assignment#.py

Contact

If you have any questions or need further information about this repository, feel free to reach out!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published