Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 710 Bytes

File metadata and controls

24 lines (19 loc) · 710 Bytes

Image Processing with Raspberry Pi

Team 10

  • Seyed Mohammadreza Javadi: 402105868
  • Mohamadreza Izady 402110916
  • Kasra Montazeri: 402106575

Overview

This repository is designed for processing images and calculating surface areas using a Raspberry Pi. We utilize Python along with powerful libraries to achieve our goals.

Requirements

To run the project, ensure you have the following installed:

  1. Python: Version 3.12
  2. NumPy
  3. OpenCV: opencv-contrib-python

Getting Started

  1. Clone the repository:
    pip install numpy opencv-contrib-python  
    git clone <repository-url>  
    cd <repository-directory>