Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamid-rezaei/digital-image-processing

This repository contains my code and solutions for the Digital Image Processing course at Amirkabir University of Technology, Biomedical Engineering Department. It encompasses a wide range of implementations, exercises, and projects tackled throughout the course.
https://github.com/hamid-rezaei/digital-image-processing

digital-image-processing matplotlib opencv

Last synced: 7 days ago
JSON representation

This repository contains my code and solutions for the Digital Image Processing course at Amirkabir University of Technology, Biomedical Engineering Department. It encompasses a wide range of implementations, exercises, and projects tackled throughout the course.

Awesome Lists containing this project

README

        

# Digital Image Processing

This repository contains my code and solutions for the **Digital Image Processing** course at **Amirkabir University of Technology**, Biomedical Engineering Department. It encompasses a wide range of implementations, exercises, and projects tackled throughout the course.

## Table of Contents
- [Python DIP Basics](./HW0%20-%20Python%20DIP%20Basics/)
- [Spatial Operations & Intensity Transformation Operations](./HW1%20-%20Spatial%20Operations%20%26%20Intensity%20Transformation%20Basics/)
- [Frequency Domain](./HW2%20-%20Frequency%20Domain/)
- [Restoration & Morphological Operations](./HW3%20-%20Restoration%20%26%20Morphologic%20Operations/)
- [Registration & Segmentation](./HW4%20-%20Registration%20%26%20Segmentation/)

The problems for each assignment can be found in the `Homework Instructions` folder.

Each question is answered in a separate Python script or Jupyter notebook, named according to the corresponding question number. Reports are also available within the Jupyter notebook files.

## Course Textbook
The course follows **"Digital Image Processing"** by Rafael C. Gonzalez and Richard E. Woods.